tnguyen315
MIS
Please help, thanks.
I have a table results:
DocNo DocLine ItemID Code Value
733 1 28375 ExpDate 01/01/03
733 1 28375 MFGINV Organ
733 1 28375 UOI CY
733 2 97582 ExpDate 09/01/05
733 2 97582 UOI ea
733 2 97582 MFGINV Watson
I created a report using crystal report xi group by DocNo and group by DocLine
I have 3 formulas
@Expdate: If {table.Code} = "Expdate" then {table.Value}
@Mfg: If {table.Code} = "MFGINV" then {table.Value}
@UOI: If {table.Code} = "UOI" then {table.Value}
I placed all fields on the details
right now the results show:
DocNo: 733
DocLine ItemID Expdate MfgINV Code
1 28375 01/01/03
1 28375 Organ
1 28375 CY
2 97582 09/01/05
2 97582 EA
2 97582 watson
I want to get the results on my report such as:
DocNo: 733
DocLine ItemID Expdate MfgINV Code
1 28375 01/01/03 Organ CY
2 97582 09/01/05 Watson EA
please help, thank you very much for your time.
I'm very appreciated.
I have a table results:
DocNo DocLine ItemID Code Value
733 1 28375 ExpDate 01/01/03
733 1 28375 MFGINV Organ
733 1 28375 UOI CY
733 2 97582 ExpDate 09/01/05
733 2 97582 UOI ea
733 2 97582 MFGINV Watson
I created a report using crystal report xi group by DocNo and group by DocLine
I have 3 formulas
@Expdate: If {table.Code} = "Expdate" then {table.Value}
@Mfg: If {table.Code} = "MFGINV" then {table.Value}
@UOI: If {table.Code} = "UOI" then {table.Value}
I placed all fields on the details
right now the results show:
DocNo: 733
DocLine ItemID Expdate MfgINV Code
1 28375 01/01/03
1 28375 Organ
1 28375 CY
2 97582 09/01/05
2 97582 EA
2 97582 watson
I want to get the results on my report such as:
DocNo: 733
DocLine ItemID Expdate MfgINV Code
1 28375 01/01/03 Organ CY
2 97582 09/01/05 Watson EA
please help, thank you very much for your time.
I'm very appreciated.