Selecting the x-axis conditionally
Hi everyone, How do I make JSL plot a graph such that the x-axis is column 'A' if it exists in the data table, else, it uses column 'B' as the x-axis? I feel that it could be an adaptation of the solutions in this discussion:If statement inside graph builder for SendToReport functionality This is the code I have so far (the plot is displayed in a dashboard, hence the use of 'Platform()'):Report9
...