Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlivew text Box Actions - All actions in One click

Hello team,

I have to perform Multiple actions on Text Box action at one click.

for Ex:- I am setting up a Valriable "vToDaysDate" as = num(today())  under Set variable Action.

also, another Variable "vPast5Days " as = Date($(vToDaysDate) - 5) .

and "Select in Field" action to set a filed "day" as ='>=$(vPast5Days)' .

and followed by  reset few variables to null using  Set variable Action.

I am not able to perform these action's at one click. I have do double click on text box.

any solutions or any help on this issue.

Thanks & regards

Rajashekar

1 Reply
marcus_sommer

The executions from actions aren't always sequentielly. Therefore will be such action-chaining quite often fail. In your case you don't need this chaining: ='>= Date(today() - 5)' as only action should work.

- Marcus