Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

requirement

               I have a expression like:

count(id)

I have created a variable which is picking up my latest date from my date field

now I want to use it over here with this expression,

how to do that?

5 Replies
tresesco
MVP
MVP

May be like:

=Count( {<Date={'$(vMaxDate)'}>} id)

Anonymous
Not applicable
Author

I have one more condition to add in this

:field={y}

how to do that

tresesco
MVP
MVP

=Count( {<field={'y'}, Date={'$(vMaxDate)'}>} id)  Set Analysis: syntaxes, examples



Anonymous
Not applicable
Author

load id

where

field1='value' and (field2='NA' or isnull(field3)) and field4<>'NA' and (curr_ele_brand<>'null' or field5<>'null')

cnvert this to set analysis how?

tresesco
MVP
MVP

If your original query is answered to your satisfaction, please close it by marking correct/helpful as applicable.

Few suggestions:

  • put a proper caption/heading to your query unlike 'requirement'; that would help you get answer faster and better may be.
  • don't continue one answered thread with a another query.
  • mark helpful/correct replies as fit - to keep people motivated to help you.
  • when you post a query, try to be more descriptive about your problem and support your case with sample app and/or sample data.

I guess, I have already replied to your similar query couple of hour back and you didn't confirm it it was helpful or 'not working'. Try to continue with that thread..set analsis expre