Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am trying to apply set analysis for Summary view. The values should not change based on any selection except Year, Month selection.
Is there any way for this?
I found one solution --> sum({<month =, year=, day=>}fieldname)
But the application is having many fields so is there any other way?
Thanks in advance
Regards,
Poonam Patil
Try this:
{1<month = $::month, year = $::year, day = $::day>}
EDIT: Are you looking for the expression to change only on selection in month, year and day field? or are you wanting the expression to change to all selections except a selection in month, year, day?
Try this:
{1<month = $::month, year = $::year, day = $::day>}
EDIT: Are you looking for the expression to change only on selection in month, year and day field? or are you wanting the expression to change to all selections except a selection in month, year, day?
Hi Sonu,
Thank you so much for your reply.
It's working correctly
-Poonam
No problem