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: 
Not applicable

Max day issue

Dear All

my source is  sankar_20.12.11.qvd

Nonameamtdate
1sankar10016.12.11
2sankar20018.12.11
3sankar019.12.11
4sankar020.12.11

Here i am storing data day wise cumulative like below

sankar_16.12.11.qvd

sankar_18.12.11.qvd

sankar_19.12.11.qvd

sankar_20.12.11.qvd

In final application front end max(day)  i am taking that time it is showing ZERO.it is right but my requirement is if max day or yesterday data  and ....

is zero then it should display the 18th day data(if 18th data zero then display 16th day like)

Help me please

Regards

sankar

1 Solution

Accepted Solutions
vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi,

You can use  Max(If(amt>0,date) 

Regards

VIjay

View solution in original post

1 Reply
vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi,

You can use  Max(If(amt>0,date) 

Regards

VIjay