Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set Analysis Help

Hi All,

    I am having following two tables of Master Calendar and Application Table.

    But I need to create a chart which should have the date as Dimension from Master Calendar date,that should equal to Application Date Value.

To make clearly I need to have a condition like Where MasterCalendar.Date=ApplicationDate

Kindly let me know

-Jay

11 Replies
m_woolf
Master II
Master II

if(MasterCalendar.Date=ApplicationDate,MasterCalendar.Date)

Anonymous
Not applicable
Author

Hi,

  It is not working.

-Jay

SunilChauhan
Champion
Champion

check format of both Date

it should be same

Sunil Chauhan
Anonymous
Not applicable
Author

Yes,both are representaed  as 'MM/DD/YYYY'

SunilChauhan
Champion
Champion

attached sample if possible

Sunil Chauhan
tresesco
MVP
MVP

Try something like:

Sum({<MasterCalendar.Date={"=MasterCalendar.Date=ApplicationDate"}>}Amount)

Anonymous
Not applicable
Author

Actually I am counting the values,based on certain date period. So that date from Application table should match with master Calendar table

giacomom
Partner - Contributor III
Partner - Contributor III

Hi,

you can try to name the date field in your Application table the same way you have it in the Master Calendar so the chart will automatically select the equal dates.

Regards,

Giacomo

Anonymous
Not applicable
Author

Hi Tresesco,

      It didn't worked for me.