Forum Discussion
GVTionale
Helper II
6 years agodisplay only those columns where fields are not empty
I have a table containing payment terms of customer orders as follows - Payment_Mode1 , Percentage of Mode1, Payment Mode2, % of Mode2 and Payment Mode3, % of Mode 3. Payment Mode 1 will have...
GVTionale
Helper II
6 years agoHi Pete
thanks so much for your prompt reply.
I have some more issues with the data as i went through it now and presenting the same here
(1)the source Table has values filled in for payment mode even where the % is 0
(2) the values in percentage column are whole numbers . how do i add the % symbol in the description
(3) Days field has been provided for all payment modes, though the value is 0 for Mode 1 and Mode 2 for all the rows
| PAYMENT_MODE | DAYS | PERCENTAGE | PAYMENT_MODE_2 | DAYS_2 | PERCENTAGE_2 | PAYMENT_MODE_3 | DAYS_3 | PERCENTAGE_3 |
| TT | 0 | 100 | DP | 0 | LC-S | 0 | 0 | |
| TT | 0 | 30 | DP | 0 | LC-U | 60 | 70 | |
| TT | 0 | 0 | DP | 100 | LC-S | 0 | 0 |
Kindly advise how to resolve this
regards