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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
EngMaher88
Contributor II
Contributor II

Maximum of Multiple values over one dimension

Hi All, In my data source i have a table like below,

IDCellTraffic GB
117810.0
117820.0
117830.1
117840.1
117850.5
117860.7
117870.9
117883.2
3553610.0
3553620.0
3553630.1
3553640.1
3553650.1
3553660.1
3553670.3
3553680.3
3553690.3
35536102.6

 

my objective is to get the max value for each ID with its corresponding cell as shown in the table like below,

 

IDCellTraffic GB
117883.2
3553610

2.6

 

any idea please 

1 Reply
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @EngMaher88 !

    It's very easy to do. 

Column 1: ID

Column 2: Max(Cell)
Column 3: Max([Traffic GB])

 

 

 

Help users find answers! Don't forget to mark a solution that worked for you!