Skip to main content
Question

GI for Production Operations as Column Headers


Forum|alt.badge.img

Trying to create a GI that would show the following:

 

Prod Order ID Operation A Operation B Operation C Operation D Operation E
AM000034 04:11 02:09 12:00 00:45 00:45
AM000035 05:26 03:35 19:05 01:55 02:05

 

How do I structure the GI so the operation ID are the column headers and the operations run time are the values in the table?

 

Thanks!

6 replies

ejmillar
Varsity II
Forum|alt.badge.img+1
  • Varsity II
  • 60 replies
  • March 15, 2024

You would need to create a calculation for each operation using an IIF function.

For example, IIF([AMProdOper.OperationCD[=’0110’,[AMProdOper.RunUnitTime],0)

 


Forum|alt.badge.img
  • Author
  • Varsity III
  • 112 replies
  • March 15, 2024

S


Forum|alt.badge.img
  • Author
  • Varsity III
  • 112 replies
  • March 15, 2024
ejmillar wrote:

You would need to create a calculation for each operation using an IIF function.

For example, IIF([AMProdOper.OperationCD[=’0110’,[AMProdOper.RunUnitTime],0)

 

Thanks - that’s exactly what I thought but can’t get the AMProdOper.RunUnitTime toshow correctly when using the formula. See formula & output below.

 

Output shows 431 when it should show 07:11.

No change when I add Schema Field - AMProdOper.RunUnitTime. Is there something I need to add before the formula to ensure it stays in that same format?


ejmillar
Varsity II
Forum|alt.badge.img+1
  • Varsity II
  • 60 replies
  • March 15, 2024

It’s displaying the result in seconds.

Are you putting [AMProdOper.RunUnitTime] in the schema field?


Forum|alt.badge.img
  • Author
  • Varsity III
  • 112 replies
  • March 15, 2024
ejmillar wrote:

It’s displaying the result in seconds.

Are you putting [AMProdOper.RunUnitTime] in the schema field?

Yes  but with [AMProdOper.RunUnitTime] in schema field it displays as 43:1

 

 


ejmillar
Varsity II
Forum|alt.badge.img+1
  • Varsity II
  • 60 replies
  • March 15, 2024

How about =CDec([AMProdOper.RunUnitTime])/60 ?


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings