Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In my expression, I am using aggr function, but if I select Year and Month Filter the expression should not be changed.
Please help me to solve this issue..
Regards,
Kavita
Hi,
Try to nullify in Outer Sum() also
like
Sum({<Month=,Year =>} Aggr(Sum({<Month=,Year =>} Sales),Aggregated_field))
If it wont work, Please share sample apps.
Regards
Use Set Analysis in the AGGR or update the sample file.
Hi
Sum({<Month=,Year =>} Sales)
This should ignore the Month and Year selections
Regards
Ziad
Yeah I know that....
I want to use aggr function along with the expression u gave it to me.
Regards,
Kavita
Hi,
On what basis you need to aggregate your existing Expression
General Syntax:
Sum(Aggr(Sum({<Month=,Year =>} Sales),Aggregated_field))
Regards
hi,
alternative states option available in QV11 so ,
why you can no't use that option?
thanks
s reddy
How Can I use Alternate State in Straight table only for one expression???
Regards,
Kavita
This doesnt work....
Hi,
Try to nullify in Outer Sum() also
like
Sum({<Month=,Year =>} Aggr(Sum({<Month=,Year =>} Sales),Aggregated_field))
If it wont work, Please share sample apps.
Regards
Thank You Soo much....