Hey Dojo
There is an option where you can make a column read-only based on a value of a different column in the same table, called disableWrite.
options attribute | DataMiner Docs
The documentation mentioned when the value of the specified column is equals to a certain hardcoded value then the write parameter is disabled. My question is can you do the opposite as well, disable the write parameter when a certain column is not equals to the given value?
Hi,
That is not possible at this moment. The check happens in Cube when the hardcoded value matches with the value in the column.
What could be done is providing an extra column (width 0) that contains the possible values "Hide" or "Show" and implement QAction logic that sets the Hide/Show value, based on the value in the original column.
Regards,
Ok thanks for the information.