Hello
I have this:
File1
a,10
b,12
c,29
d,34
e,28
File2
c,35
d,27
e,21
When I load the files into datapoints, the chart line for file2 is drawed at “a,b,c” level form File1, and I expected this to start only at “c,d,e” level.
How to get this working properly?
Thanks