Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
hugomeuris
Contributor
Contributor

Find Max of a time

Hello every one,

I'm facing a problem with Qlik Sence I couldn't manage to fix for now, so I thought I should ask the community for some help 😃

What I'm looking for is following :

Everyday (column 2) I get a working time (column 4) for each line of production (column 3)

I would like to add a column thank to set analysis, which would give me the maximum of working time between the 2 lines of production.

(like shown on the picture)

Question Qlik.jpg

I tried to use the Max() function but I can't use it on the operator SUM => Max(Sum(TPSPASSE)) doesn't worked.

By looking through some docs and posts I got that I had to use Aggr(), but all I tried doesn't work...

Has please someone an idea what I should write in set analysis to get the wanted column ?

Thank for your time and consideration

1 Solution

Accepted Solutions
sunny_talwar

Is your field name called Ligne or PFC_Ligne de conditionnement??

You just need to use the exact field names to get it to work

Max(TOTAL <PFC_Jour, JOUR_PRODUCTION> Aggr(Sum(TPSPASSE),  PFC_Jour, JOUR_PRODUCTION, [PFC_Ligne de conditionnement]))

Similarly, use the right field names for PFC_Jour and JOUR_PRODUCTION

View solution in original post

13 Replies
sunny_talwar

Try this

Max(TOTAL <PFC_Jour, JOUR_PRODUCTION> Sum(TPSPASSE),  PFC_Jour, JOUR_PRODUCTION, Ligne))

hugomeuris
Contributor
Contributor
Author

Thank you Sunny for your answer but,

it Gaves me : "Error in expression : Nested aggregation not allowed"

I think it's because there is a sum in the function max :  Max(Sum()) is impossible.

sunny_talwar

Forgot to add Aggr()

Max(TOTAL <PFC_Jour, JOUR_PRODUCTION> Aggr(Sum(TPSPASSE),  PFC_Jour, JOUR_PRODUCTION, Ligne))

hugomeuris
Contributor
Contributor
Author

It gives me '-' also NULL values.

And this time I have no clue why 😕 ...

null values.PNG

sunny_talwar

Would you be able to share a sample to check this out?

hugomeuris
Contributor
Contributor
Author

I would like to but I'm affraid I don't have the access and the possibility to do that 😕 ...

sunny_talwar

Few rows of raw dummy data with the expected output?

hugomeuris
Contributor
Contributor
Author

oh ... It's what I sent at my first post with a pic ?

I don't know how to share it with an other way, maybe with an excel file ?

sunny_talwar

Yes, in an Excel file would be great

Uploading a Sample