Hello.
Our goal is give the users a choice between displaying actual values or absolute values. The original thought was to create one view for each of these, and then add a view selector so the user can choose which one to see.
However, in our case, we can drill down to a lower level report. The selected value on the first screen needs to be passed to the second screen.
Is that possible? In other words - can the selected value from the view selector on the first screen be passed (as a presentation variable, perhaps) to a lower level screen?
As we looked into this, we learned that a column selector may be another option. We just haven't figured out how these work yet. Given our requirement to pass the selected value between screens, can we use a column selector? If so, can someone point us to an example of how these work?
Thanks!!
Dennis