I have looked up the DUAL() fct. and implemented that in my script:
- There are two fields in my base file:
- Teamboard
- Status
- I would like to display the Status on the y-axis of my chart, but display the name of the Teamboard, not only as dimension, but within the column as well.
=> I have one line in my LOAD statement that reads
>>> DUAL(Status, Teamboard) as Status <<<
However, when i reload, the chart gets very big and the y-axis disappears altogether.