Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to know if there is a way to apply a selection based on an input box(s)? I have a need to limit a $ amount to a range and this range needs to be applied to the entire dashboard. I know I can do this with Set analysis, but as mentioned before I need to apply to entire dashboard. The $ ranges can vary anywhere from $0 to $500,000,000.
Kevin,
You are close. You just need to use this selection string for both triggers.
='>=$(vMinTS)<=$(vMaxTS)'
-Rob
You can create an OnInput trigger for the variable that uses the variable value to Select In Field.
-Rob
Attached is an example of what Rob mentioned.
Thanks
Thanks Rob,
I think I am almost there. I added the OnInput trigger for both my Min and Max variable. Problem is I can't get it to look for the range. It does the selection for the min or the max.
Thanks Ajay, please see sample on reply to Rob. I am needing a range with a Min and Max,
Attached. Hope it helps. Please look at the back-end script and the variable trigger.
Thanks
AJ
Kevin,
You are close. You just need to use this selection string for both triggers.
='>=$(vMinTS)<=$(vMaxTS)'
-Rob
Thanks!