-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Hi,
if the very first entry/value in a data column is NULL --> this column is no presented as a choice in the plot register.
I.e.: I got a table with 3 columns as
A B C
1 10 NULL
2 12 21
3 8 123
then in the plot register frame only column A and B could be choosen for graphic representation - but not column C, column C is totally omitted and not listed for choosing it.
Could this be fixed please?!?
Small other issue with plotting:
in the graph section only data lines up to the SQL line limit are drawn. Took me a while to understand that. First I ever thought this behaviour would be a limit within the plot engine itself, but now I understood that it is correlated to the data lines shown within the data browser - and the data browser limits the data to 50000 at first view.
Suggestion: maybe a button "Show all data" right hand at the status line of the plot area would prevent others to stumble over that glitch.
Regards
Ralf