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: 
MarioCenteno
Creator III
Creator III

Synchronize dates of two tables

Help me.


I need to synchronize the dates of two different tables, it happens that when I select the date F_IFR it shows me a value but if I select F_UCE it shows me another I want to join the two dates so that the data selection is unique.



Expression measure

SUM({<[F_IFR.autoCalendar.Year]={'$(vMaxYear)'},

[F_IFR.autoCalendar.Month]={'$(vMaxMonth)'},[F_IFR.autoCalendar.Day]={'<=$(vMaxDay)'},

F_IFR=,[F_IFR.autoCalendar.YearMonth]=>}SALES)

QLK1.png

qlk2.png

0 Replies