Hi Dojo,
I'm working on a Low Code App and my intention is to create a column in my query that is also writable. I am using GQI Custom Operators and specifically the GQIEditableDoubleColumn to create it but I'm getting an error as I need to provide a ColumnID for it and I think the Guid i provide is not correct. new ColumnID("New ColumnID", new Guid[] { Guid.NewGuid())
The error I get is.
Please provide advice if it is even possible to create a write column and if the way I'm going about it is correct or if the Guid needs to be a specific ID.
Thank you,
Joshua
Hi Joshua,
As far as I know it's currently not possible to return columns that are writable in a Low Code App in custom data sources and operators. The "editable" in GQIEditableColumn refers to the fact that it's value can be changed within the custom operator itself.
More info about GQI custom operators can be found here: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Extensions/GQI_Custom_Operator.html.