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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

scenario

hi guys,

can u suggest on below?

  

Input
TicketNumberIDTYPE
1001A
1002B
1003C
1004B
1005E
2001B
2002A
2003E
3001A
3002A
3003E
Output
3001A
3002A
3003E
Note: Ticketnumber consider for Type (A and E) only.
8 Replies
sunny_talwar

May be add ID as dimension

1) Max({<Type = {'A', 'E'}>}TicketNumber)

2) FirstSortedValue({<Type = {'A', 'E'}>} TYPE, -TicketNumber)

satishkurra
Specialist II
Specialist II

Create a calculated dimension as

=Aggr(Only({<Type={'A','E'}>}Type),TicketNumber)

satishkurra
Specialist II
Specialist II

Sunny out of curiosity, will the below expression works in this scenario?

sunny_talwar

I am not entirely sure what is the exact requirement, but it looks like going in the right direction

Not applicable
Author

hi,thanks for kind response.

1) Max({<Type = {'A', 'E'}>}TicketNumber) -- given all the 3 ticket numbers

2) FirstSortedValue({<Type = {'A', 'E'}>} TYPE, -TicketNumber) --- not given any results.


any help?

Not applicable
Author

hi,

this expression not given any results.

any help?

Not applicable
Author

hi,

ticket number 100 went through multiple types in cluding A&E  but 300 went through only A and E,so i need to consider that one only.

Not applicable
Author

Is't possible to implement or not?

any idea guys,Gysbert,Swuehl,Sunny,Jagan?

thanks