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: 
mhmmd_srf
Creator II
Creator II

Min Date is not working in Chart

Hi Team,

I have a requirement like below:

A intermediate table:

And in the final chart we need one date, that is Minimum of the Date, but Total Unit and Total Value will be the same.

In Final report Min date should be 6/15/2018 , but it is showing 5/22/2018.

I am attaching the file could you please check and advise.

Thanks,

Sarif

1 Solution

Accepted Solutions
sunny_talwar

May be you need this

=If(Column(2) <> 0 or Column(3) <> 0, Date(Min({<CstDate1 = {'>=$(=$(vMaxDate_30)) <$(=$(vMaxDate))'}, DateSnapshot_Key = {'$(=$(vDateSnapshot))'}>} CstDate1)))

View solution in original post

2 Replies
sunny_talwar

May be you need this

=If(Column(2) <> 0 or Column(3) <> 0, Date(Min({<CstDate1 = {'>=$(=$(vMaxDate_30)) <$(=$(vMaxDate))'}, DateSnapshot_Key = {'$(=$(vDateSnapshot))'}>} CstDate1)))

mhmmd_srf
Creator II
Creator II
Author

awesome...thank you so much...