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: 
gireesh1216
Creator III
Creator III

How to find min Value

Hello  Team,

I have data like below. Need to find out the min and max values and display to all the rows based on ID.Help me how to do this?

IDValue
110
12o
130
240
250

 

Output:

IDValueMinMax
1101030
1201030
1301030
2404050
2504050
Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

Min( total <ID> Value)

Max( total <ID> Value)

View solution in original post

1 Reply
tresesco
MVP
MVP

Min( total <ID> Value)

Max( total <ID> Value)