Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
vijaiks
Contributor II
Contributor II

Set analysis expression to filter out the date range

Hi all,

I have two tables which I will list below. 

vijaiks_1-1690190622496.png

vijaiks_2-1690190727403.png

From these two table I want to create a bar chart. After created the chart I make the phase as dimension. Now I want to show how many projects completed in the each phase as count in the bar. For that completion_date wants to lie inside between Start and End date. I don't want to make any corrections in the loading script like IntervalMatch, ApplyMap etc..

I want to write it as a set expression like,

vijaiks_3-1690190912338.png

But it is showing as no data to display. Please help me to write the expression for the bar chart in @qlikview 

 

 

1 Reply
md_talib
Contributor III
Contributor III

you need to create dates for both tables then make key for Dates. 

create a yearmonth field using the dates. 

now your yearmonth selection will work on both the tables.