Hello everyone,
I want to create an analytic app that displays 3 options to the user. The 3 options are 3 times: 1 hour ago, 2 hours ago, and 3 hours ago. Then pass those values along b/c they will be used in a query to pull more data.
Suppose right now it is 3:30PM. I want my analytic app to prompt the user to select one or more of the three options: 12:30PM, 1:30PM, and 2:30PM.
Every time I try it, the times are static when prompted to the user. So if I created the app at 3:30, then try to run it at 4:30, it will produce 12:30PM, 1:30PM, and 2:30PM incorrectly, whereas I'd like it to produce 1:30PM, 2:30PM, and 3:30PM.
I tried doing this with a chained app, but no use. Maybe it's configured incorrectly?
Thanks for all for your help.
Solved! Go to Solution.
Try with the attached apps.
More info about what was happening can be found here: Solved: Issue with populating list box in chain app - Alteryx Community
That makes sense.
Thank you so much.