Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all , i have the data coming from jan to dec , but i have to show the dta from july in pivot table How?
=Sum({<MonthID={'>=7'}>}Data)
Look for Dual function
Try to do this in your set expression.
If it is static,
=Sum({<MonthNumber={'>=7'}>}Data)
=Sum({<MonthID={'>=7'}>}Data)