Forum Discussion
Anonymous
8 years agoNot applicable
One report for multiple users
Hello, I have one requirment when I need to crate one report and that report will be shared across 10 usres but the report should show only the user specific data i.e. if user1 logged in to power...
- 8 years ago
Hi Anonymous,
Below see the notation for AND and OR filter:
AND notation Calculate (Sum([Value], [Category] = "BLD" && [Category] = "BMV") OR notation Calculate (Sum([Value], [Category] = "BLD" || [Category] = "BMV")
I have made it inside a calculate just for better understanding.
Regards,
MFelix
Anonymous
8 years agoNot applicable
Thanks MFelix
Need more help. Do you know how I could use the 'AND' condition while makinh the role? I used following but its not accpeting.
([Category] = "BLD" and [Category] = "BMV")
I am try to check on google but can't find any help yet. Please advise.
Thanks!
Harshad
MFelix
8 years agoSuper User
Hi Anonymous,
Below see the notation for AND and OR filter:
AND notation Calculate (Sum([Value], [Category] = "BLD" && [Category] = "BMV") OR notation Calculate (Sum([Value], [Category] = "BLD" || [Category] = "BMV")
I have made it inside a calculate just for better understanding.
Regards,
MFelix
- Anonymous8 years agoNot applicable