
Contributor II
2025-01-17
12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set Analysis Senario
Hello Everyone,
this is a Set Analysis scenario-based question
can anyone answer this question?
I have two tables that are not linked so if I make a selection eg. Today's date is 13th so if I filter out the data then it should get the date on a selection basis. (Set analysis scenario)
Labels (12)
Labels
- Subscribe by Topic:
-
Chart
-
Data Load Editor
-
Developers
-
dimension
-
expression
-
filter
-
Qlik Sense
-
Script
-
Section Access
-
Set Analysis
-
Variables
-
Visualization
159 Views
1 Reply

Partner Ambassador
2025-01-17
12:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you only select one date you can use something like this
Sum({<Table1Date = {"$(=Table2Date)"}>} Sales)
If you are selecting more than one date (More like a range) it would be something like this
Sum({<Table1Date = {">=$(=Min(Table2Date))<=$(=Max(Table2Date))"}>} Sales)
For this it will select the date in Table1 based on the selection of Table2.
Regards - Jandre
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel QeepItSimpleQupid
152 Views
