Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
jamiemcc
Contributor III
Contributor III

how to round in set analysis

Hi Guys, 

 

How do i round the total earnings part to two decimal places?

 

Please see logic below.

if(VConceptType=1,

Sum({< YYWeekIndex_US = {">=$(=Max(YYWeekIndex_US)-8)"},[SAP ID] = {'54'}>}[Judgment Total]),


If(VConceptType=3,

sum({< YYWeekIndex_US = {">=$(=Max(YYWeekIndex_US)-8)"},[SAP ID] = {'54'}>}[Total Earnings])))

 

Regards,

JAmie

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

jamiemcc
Contributor III
Contributor III
Author

Thanks Rob. Top man.