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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Find Error in this expression

COUNT({<time((IN1-SHIFTSTARTTIME),'hh:mm:ss'){'<00:10:00'}>}PAYCODE)

IN1 ->field

SHIFTSTARTTIME ->Field

Paycode ->Field

hint:- {'<00:10:00'}

5 Replies
tresesco
MVP
MVP

Set ananlysis is used where you can compare a script generated field value. Actually, nothing is right in your expression. You should have written it 'Find What is Right ....' . Please read set analysis from help.

Not applicable
Author

=Count({<IN1={">$(=SHIFTSTARTTIME)"},time((IN1-SHIFTSTARTTIME),'hh:mm:ss')={"<$(=00:10:00)"}>}PAYCODE)

please I need help in this expresssion in Bar chart, how to apply this in an expression

error  is coming in {"<$(=00:10:00)"}>} on this { . Please help

PrashantSangle

Hi,

I am not what you are looking for

But looking at your expression I thing you are comparing

Time Interval Between IN1 and SHIFTSTARTTIME which is less than 10:00 Mins.

So try like this,

=Count({<IN1={">$(=SHIFTSTARTTIME)"},Interval(IN1,SHIFTSTARTTIME,'hh:mm:ss')={"<$(=00:10:00)"}>}PAYCODE)



Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
swuehl
MVP
MVP

=count( if( (IN1-SHIFTSTARTTIME) < maketime(0,10), PAYCODE))

ToniKautto
Employee
Employee

This question look very much like two other threads you have posted. What makes this any different from the previous posts?

I need help with this expression

need help with this expression

Have you considered the implementation approach I have already suggested in need help with this expression ?