Quantcast
Viewing all articles
Browse latest Browse all 9656

Re: formula not avaialble for grouping or summing

HI Brian,

 

thanks for your swift response..... I hope I am showing you the correct 3 formulas...

 

 

@LOB =  if {ServiceCode.SvcCode} startswith "BULK" then "BULK" else {ServiceCode.LineOfBusiness}

 

 

@servicefrequency =

Select {ServiceFrequency.ServiceFrequencyDescription}

    Case 'Weekly': 1

    Case '2 Times Per Week': 2

    Case '3 Times Per Week': 3

    Case '4 Times Per Week': 4

    Case '5 Times Per Week': 5

    Case '6 Times Per Week': 6

    Case 'None': 0

    Case 'On Call': 0

    Case 'Monthly': .25

    Case 'Every 2 Weeks': .50

    Case 'Every 4 Weeks': .25

 

@sitescaleweight conversion = if numericText({Site.cstScaleWgt}) THEN (ToNumber({Site.cstScaleWgt})) else 0

 

 

and then there is also the running total included.

 

Thanks

Sabine


Viewing all articles
Browse latest Browse all 9656

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>