Hello there,
I am trying to create a Series Graph that shows names on the X axis and some number on the Y axis.
The Problem i am having is that whenever I type some statement in the metrics and i set the focus to sth else, the mode on the axis settings becomes empty and selecting something different doesn’t work, even though it’s shown in the dropdown.
No matter what i try, it always fails and i can’t get it to work.
When this happens, the json reads “mode”: “field”.
My SQL Server Query looks like this:
SELECT Bezeichnung, Gesamtmenge FROM SOMEVIEW;
Bezeichnung is the X axis field and Gesamtmenge is the numeric value on the y axis.
Please help me as i really don’t know what i’m doing wrong.