Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select last week

Hi,

I need to automatically select the last Calendar week from my Document to reduce data.

My Field for the Calendar Week is named: cw_iso8601

How can I do this?

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Add a action trigger for OnOpen event under Setting->Document Properties->Triggers "Document Event Triggers" section. Add selection in feild action and for field assign the field name "cw_iso8601" and for search string assign the value =Week(Today()-7) .

Please revert back for any further query in this regard.

View solution in original post

3 Replies
Not applicable
Author

Hi,

Add a action trigger for OnOpen event under Setting->Document Properties->Triggers "Document Event Triggers" section. Add selection in feild action and for field assign the field name "cw_iso8601" and for search string assign the value =Week(Today()-7) .

Please revert back for any further query in this regard.

Not applicable
Author

Hi,

In my previous post I had used "Week(Today()-7)" but you can use maximum transaction data like "Week(Max(Date)-7)"

Not applicable
Author

Thank you very much! Its working now 🙂