Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My expression is:
Sum({<LinkDate={'<=$(vDate)'}>}TSL)*only({<Date_Currency={'$(vMaxCurrencyDate)'}>}Rate_Currency1)
and I am not getting sum of expression.
vDate is DataIland Date,
only({<Date_Currency={'$(vMaxCurrencyDate)'}>}Rate_Currency1)
is for selected Date_Currency and by default should show rate of max of Date_Currency.
Kindly suggest change in my expression.
I have just one dimension in straight table is RBUKRS.
Can you try this
Sum(Aggr(Sum({<LinkDate={'<=$(vDate)'}>}TSL)*only({<Date_Currency={'$(vMaxCurrencyDate)'}>}Rate_Currency1), RBUKRS))
Hi Sunny,
I have already tried, but unable to get sum.
Would you be able to share a sample?
I am using pivot table and unable to sum values..