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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis or how to clear date

In the attached application "Daily Summary Tab" I am trying display production charts with all the dates versus only one date in the "Daily Summary" with out clearing the "Date" field so the other tabs have the individual dates selected.  Any help or recommendations would be greatly appreciated.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

If you simply want to disregard the Date field for your Oil/Gas/Water etc. chart expressions, you can add some set analysis to the expressions.

For example, change Sum(BOPD) to Sum({$<Date=>} BOPD) to keep the current selections, except for deselecting everything in Date.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

If you simply want to disregard the Date field for your Oil/Gas/Water etc. chart expressions, you can add some set analysis to the expressions.

For example, change Sum(BOPD) to Sum({$<Date=>} BOPD) to keep the current selections, except for deselecting everything in Date.

Not applicable
Author

Thank you Johannes, that did the trick.