Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

in where condition

Hi Everyone,

Year, Month and TotalCost  and

current month TotalCost Max of  year

using WHERE condition

Thanks in Advance

1 Reply
MayilVahanan

Hi

Try like this

Edit:

Load * from table where match(Value,'007A','008C') ;

//and Year = Year(Today()) and Month = Month(Today());

current month opening stock Max of  year-Month <- can you explain about this

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.