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

Filter two fields with logical OR

I have a Plan Date field and an Actual Date field.

The user wants to select a year (2018) and see all records where the Plan Date OR the Actual Date has that year.

Is this even possible?

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

You need to create common calendar for them.

Try to use Canonical Calendar.

Canonical Date

View solution in original post

3 Replies
MK_QSL
MVP
MVP

You need to create common calendar for them.

Try to use Canonical Calendar.

Canonical Date

MarcoWedel

Yes, it is:

Canonical Date

hope this helps

regards

Marco

Digvijay_Singh

May be set expression can be used like this in chart measures -

{<ActualDate={"=Year(ActualDate)=Max(Year)"}>+<PlannedDate={"=Year(PlannedDate)=Max(Year)"}>}