Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In the QlikView client, I have a "Clear All" button set up with the following actions:
Clear All
Set Variable: vStartDate / =Date(today()-14)
Set Variable: vEndDate / =Date(today()+14)
Set Variable: vStartDatePSSD / =Date(today()-14)
Set Variable: vEndDatePSSD / =Date(today()+14)
Select in Field: Network ID / =SubField(OSUser(),'\',2)
When I click this button in the QV client, I get this in the Current Selections box:
When I publish this to AccessPoint and click Clear All, only the Network ID is selected. The dates will change in the corresponding calendar objects (SEE BELOW), but the date ranges won't be "selected" (in that the dates within the range won't be highlighted green) -- which is obvious because if they were selected, they would appear in the Current Selections box (but they don't).
Does anyone know why this would work in the client but not in the browser via AccessPoint? Is this a known issue? I've tried on both Chrome and Firefox.
Thanks,
Kenny
Hi Rob, thanks for the response. This isn't working for some reason. I just did four Select in Field actions on the a new button (with the same four +/-14 days values), and all that does is display today's date for the calendar objects and it only "selects" the current day for one of the fields (the "Product Sales Start Date"). Really makes no sense to me. It's not critical that I get this to work, so I think I'm just going to move on from this. I was hoping it would be a quick solution. Thanks for everyone's input!