The idea is to switch values on a User field to control the values returned using privacy rules. Maybe somebody has done this before but it only just occured to me on my last cigarette break.
Example: switch a User field value to enable the return of additional field values of a report. On
it returns 10 fields fo Report, Off
it returns 3 fields of Report…
So you enable the switches at the points you need then. Have it switched off on page load. Save WU by using conditionals to switch Off
only if On
.
Reason i thought of this is because I normalize data a lot to keep the return sizes smaller. This will save me time, WU and simplify many things for me.
Do share your thoughts.