Forum Discussion
MJEnnis
Resolver III
3 years agoCombining two x-axes from same table to plot two measures on same graph
I have seen several examples of how to plot two columns from two different tables by a common X axis. But I have somewhat more complicated situation.
The table looks something like this:
...
MJEnnis
Resolver III
3 years agolbendlin, should the new table be all theoreticla discrete values between the min and max of the x-axes, or should it only include a distinct select of all the actual values in the two "days" columns?
lbendlin
Super User
3 years agoThat's up to you to decide. You can set the axis type to continuous or categorical depending on your needs.
- MJEnnis3 years ago
Resolver III
Okay, so without any relationship, how do I get the two measures to recognize the new table as the input variable? I have created a new table using DISTINCT(UNION(SELECTCOLUMNS(...
But the graph shows two contant lines which are approximately the minimum of the respective survivor curves...