Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to create a button for an app I am building to only pull up info that happened yesterday.
I made a variable called vYesterday and put in the definition date(max(REPORTED)) which the value shows as correct.
I then added a button chart and said "Set Variable Value" and the =vYesterday as the variable and the same value.
Then I added a second section to the button for "Select values in a field" and set that up the same way.
When I click the button it does nothing at all and I'm not sure why.
Hi @jalanhart
On the set variable value action. Remove the = in front of the variable.
It should just be vYesterday
Regards Jandre
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn
I made that change and it did not work. I click on the button I made and it acts like it's trying to work but then resets itself without ever filtering on the newest date.