Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an QV that shows productiondata. When i open the QlikView it will select current date to me via triggers when open.
Type: (Select in field)
Date
=Date(today())
Now to my question, i want to add todays date (as above) and tomorrows date simultaneously, how can i do that in triggers?
Br John
I would create a variable:
vSelDate='('&chr(39)&date(today())&chr(39)&'|'&chr(39)&date(today()+1)&chr(39)&')'
on the Action, search string put '=vSelDate'
Hello,
I got a - if i print out vSelDate in a textbox
It seems that incorrect?
It should show:
Thanx, now i got the dates 🙂
I even tried with a button but no success.
Se below 🙂
no succes? is your variable VSelDate or vSelDate?
Hi, no success.
It's VSelDate and i got it in the textbox. But it can't choose it with the trigger 😞
Only alternate test of which I can think would be to try the Toggle Select Action in the Button object to see if that will work or not, as if not, then I suspect there may be a defect potentially...
Click the Add Action dialog link on the right side of the page to take you to the list of Actions, then check details on Toggle Select...
Regards,
Brett