Hi @dyagaty
i want to perform this = Cash & Bank balance - Total other non operating income - total non current liability
Column= Sum(Accum.bal. 31.3.18_1)
= 87.407-(-83.506)-(-0.269)
=171.182
if i am applying Transpose but column suffix will show me “?” and math function required “D” or “I”
How to solve this issue…
i can see you have solve using insert column but can you elaborate me further…
Hi @ravi13
By separating the first column, you can Split (with column splitter node) the original data into two parts and then “transpose” the remaining data (without the first column), finally by using the “Insert Column Header” (inserting the first data column from original data as “table dictionary” and transposed data as “Data table”) you reache the desired tab.