Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am using this expression
=sum({<Year_UP = {$(=Max(Year_UP))},Week_UP = { $(=Max(Week_UP)-8) },Week = {$(=Max(Week_UP))}>}Orders)
which is working fine in text box but its not working in pivot table.
Regards,
Joshua.
What is a dimension , attached some sample qvw
Vikas
Text box doesn't consider the dimension and its totally dependent on your selection , expression but in the Pivot table expression are totally dependent on the dimensions your using . check your pivot table dimensions once
Hi PFA
could you please share the dimensions your using , currently i don't have the QV licence. You could share the snapshots of your dimension and expression
Hi
Are you using any accumulation in Pivot table??
Hi avinashelite
No bro
Try this
=sum({<Year_UP = {$(=Max(Year_UP))},Week_UP = { $(=Max(Week_UP)-8) },Week = {"=$(=Max(Week_UP))"}>}Orders)