Skip to content

Plot misses columns with NULL as first value #499

@zwrmueller

Description

@zwrmueller

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bugs or reports that are very likely to be bugs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions