I wanted Make a Special Character(unit symbol) at header of report
for example ℃ ,㎤ , ㎏
but not expressed
!HEADING.APPEND(|Operation Temp.(°C)|)
!HEADING.APPEND(|Operation Pres.(㎏/㎤)|)
Please Inform me
I wanted Make a Special Character(unit symbol) at header of report
for example ℃ ,㎤ , ㎏
but not expressed
!HEADING.APPEND(|Operation Temp.(°C)|)
!HEADING.APPEND(|Operation Pres.(㎏/㎤)|)
Please Inform me
hi Hwang Taejun : I didn't try it but did you test with encoding ? Like !HEADING.APPEND(|Operation Temp.(_x00B0_C)|)
headings we can add it is not an issue. You are using PML for report generation?
Yes for Piping MTO.
Successed. Tried Unicode UTF8 encoding with a BOM present.