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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
muhaab88
Contributor
Contributor

Show last step

Hi

I have A question ....

I need to show the last step of each ID using set analysis as below table....

ID            Step ID                        Step Description

1                   3                                      Delete

2                   2                                       Paste

3                   5                                        Move

I have the below table containing these data...

IDStep IDStep Description

1

1Cut
12Paste
13Delete
21Cut
22Paste
31Cut
32Paste
33Delete
34Copy
35Move
 
Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

Table:

Dim : ID

Exp1 : Max([Step ID])

Exp2 : FirstSortedValue([Step Description], -[Step ID])

View solution in original post

1 Reply
tresesco
MVP
MVP

Table:

Dim : ID

Exp1 : Max([Step ID])

Exp2 : FirstSortedValue([Step Description], -[Step ID])