Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Setting Variables as Current Selections Work in Client But Not in AccessPoint

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:

Current Selections.jpg

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).

Calendar Objects.jpg

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

10 Replies
Not applicable
Author

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!