Hello,
I have a table in dataminer and I want to "grey" out a column based on data on another column of the same row.
i.e. if column 1 = true, column 2 is greyed out and cannot be modified by a user.
Is this something possible to do with in the xml, I know for QActions, Actions etc. it is possible via the "condition" statements but can't find something similar for things of type parameter.
Thank you,
Hi Ryan,
You can disable the write of a column base on the value of another column.
options attribute | DataMiner Docs
Let me know if this helps.