Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis

Hi All,

Below mentioned set analysis function is not working.

count({<CurrentStatusPT={'Processed'}, TotalElapsedTimeBucketPT={"[00:30 hrs]","[01:00 hrs]","[01:30 hrs]","[02:00 hrs]">}BatchID)

Please suggest corrections.

TIA

Regards,

rishikesh

5 Replies
MK_QSL
MVP
MVP

Try single quote rather than double quote inside {}

alexandros17
Partner - Champion III
Partner - Champion III

I think this format 00:30 hrs is not correct, verify in a text box if the used format is valid

jonathandienst
Partner - Champion III
Partner - Champion III

You will need to provide more information in order to get useful suggestions.

Qlik Community Tip: Posting Successful Discussion Threads

QlikCommunity Tip: How to get answers to your post?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
marcus_malinow
Partner - Specialist III
Partner - Specialist III

count({$<CurrentStatusPT={'Processed'}, TotalElapsedTimeBucketPT={'[00:30 hrs]','[01:00 hrs]','[01:30 hrs]','[02:00 hrs]'}>} BatchID)

A couple of minor corrections, including properly closing off your second set.

Not applicable
Author

Hi Jonathan,

What more information do I need to porovide?

Rishi