Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
If i have chart with all columns as expression is like this
expr1 expr2 expr3
value1 value2 value3
desired output is --
expr1 value1
expr2 value2
expr3 value3
Always my chart will have only one row. This is kind of converting rows to columns n vice versa.
Anyway to achieve this?
In a straight table chart object you can enable the Horizontal option on the Presentation tab of the properties window. That flips the colums to rows and rows to columns.
In a straight table chart object you can enable the Horizontal option on the Presentation tab of the properties window. That flips the colums to rows and rows to columns.
Thanks