Skip to main content

Any one ever convert the  AMProdOper.RunUnitTime]  into minutes for a GI? 

Hi @cmoreland! In SQL this time should be stored in minutes and the UI switches it to the time format showing like 1:00 for an hour.

The two solutions I found was to either convert the field to String format:

or just use the whole database reference instead of the field:

Either way, the result was the same, showing 60minutes:

Is this not working in your GI?


Just create a formula =[AMProdOper.PlanLaborTime]

Resilts.

 


Reply