Forum Replies Created
-
in reply to: Chart Visualization with SQL-Connector# 6 months ago::
Thank you! This works well.
My last question would be how do I add an additional array of “Datapoints” (values) in the created array “Datasets”? Currently the “Datapoints”(values) are not seperated in the Datasets,but would need to be mapped to a new array “Datapoints” for Visualization.
Attachments:
You must be logged in to view attached files.in reply to: Chart Visualization with SQL-Connector# 6 months ago::In my connector call (GetAll) I have the given datasets structure. However, when I call the connector in the business object(Dashboard / Chartkonnektor), I need to specify an array (“datasets”) for the connector call to work. However, this causes me to have “datasets” twice in the BO-output. How do I get the BO-output to show only the connector and its structure? I have marked the affected lines in the images.
Attachments:
You must be logged in to view attached files.in reply to: Chart Visualization with SQL-Connector# 6 months ago::Thank you for the explanation and further information.However, I have a problem with the datapoints as I don’t know how to format the connector output. At “Value” I call the connector which should output the specific number to me. However, I get back the entire structure of the connector call, which is why I can’t specify the Value correctly in the chart widget (in the example only static numbers are used). Can you help me here?
Attachments:
You must be logged in to view attached files.in reply to: Chart Visualization with SQL-Connector