Viewing 15 posts - 16 through 30 (of 32 total)
Thanks for the help.
The link is having the formula that i want, but i'm getting same error while calculating percentage.
I'm using this formula:
=iif(inscope("matrix1_FiscalYear") and inscope("matrix1_Expense_Income"),formatpercent(fields!data.Value/Sum(iif(inscope("matrix1_Expense_Income"),Fields!Data.Value,nothing)),2),"")
Please correct me if I'm wrong.
Thanks...
July 21, 2009 at 3:25 am
Hi Jeff,
I have visited the link. I've to look in to detail for your solution. I'll try and let you know.
Thanks for your help.
Regards,
Puja Shah
September 1, 2008 at 11:39 pm
Hi,
Can you please explain me what shall I pass in RBalChanger parameter?
I don't have such field.
September 1, 2008 at 12:57 am
Hi,
I'm getting this warning when I run the report:
"Warning1[rsRuntimeErrorInExpression] The Value expression for the textbox ‘Running_Balance’ contains an error: Input string was not in a correct format.e:\ad-hoc report generation\reporting services...
September 1, 2008 at 12:18 am
I checked in backend, its working properly.
The main problem is I'm not able to calculate & display running balance.
Any suggestions will be great help to me.
Puja Shah
August 29, 2008 at 6:15 am
Hi,
I tried to get running balance as you have mentioned in the VB code, but I don't have unit value, account value & sub_acct values so I passed " "...
August 29, 2008 at 4:55 am
Hi,
I tried as per your VR code. I don't have last three parameters(AcctUnit as string,Account as integer, Sub_Acct as Integer) in function.
So I passed " " in AcctUnit, 0 in...
August 28, 2008 at 9:43 am
Hi
Thanks for the help. I'll try the solution and let you know whether it works or not.
Regards,
Puja Shah
August 28, 2008 at 8:56 am
Hello Ravi,
Please check the attachement & let me know what am I doing wrong?
Puja Shah
August 28, 2008 at 2:08 am
Hi Ravi,
The condition is to get opening balance for selected general ledgers. So that I've to keep in the query. If I don't keep that condition, then it gives me...
August 28, 2008 at 1:46 am
Hi Ravi,
I'm getting very arbitrary values. I did exactly same as you have instructed.
Here is the query that i'm using:
SELECT dbv.transid,dbv.branchid,dbv.glid,
transdate,
dbv.scrollno,
dbv.voucherno,VoucherDate,dbv.gldesc,
dbv.transdetid,dbv.instrno,InstrDate,
dbv.debit,dbv.credit,dbv.narration,opbal.GLCrDr,
(select sum(isnull(GetOpeningBalance.GLCrDr,0)+isnull(credit,0)-isnull(debit,0)) from DayBookVw,GetOpeningBalance(@ason) where transid<=dbv.transid
and GetOpeningBalance.glid=daybookvw.glid) as RunBal
...
August 27, 2008 at 8:40 am
Hi,
Thanks for the reply. I'll try and tell whether it works or not.
Puja Shah
August 27, 2008 at 8:06 am
Hi,
Ok I'll reply if I get the answer.
Thanks for sharing.
Puja Shah
August 27, 2008 at 7:23 am
Hi Ravi,
I've same problem. I'm getting correct value for first general ledger, but for other I'm getting only second value correct which should be first value.
If you get the answer...
August 27, 2008 at 4:26 am
Hi Ravi,
You are right, IsNothing() returns a Boolean value.
=IIF(ISNothing(Previous(Fields!GLCrDr.Value+Fields!credit.Value-Fields!debit.Value)),Format(Fields!GLCrDr.Value+Fields!credit.Value-Fields!debit.Value,"N"),Format(Previous(Fields!GLCrDr.Value+Fields!credit.Value-Fields!debit.Value)+Fields!credit.Value-Fields!debit.Value,"N"))
I this case, when you are using PREVIOUS() function directly, you will not get the correct result. The reason is, for...
August 27, 2008 at 3:40 am
Viewing 15 posts - 16 through 30 (of 32 total)