Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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.