Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Default Value List Item
posted

Is there a way to have a default value that shows in a cell if the cell's value is not in the cell's value list.  Example:

 Value List

1    Red
2    Blue
3    Green

If the cell's value is anything besides 1, 2, or 3 I would like it to show up as UNDEFINED.  Can I do this, and if so how?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Do you care what the underlying value is? Typically, in a case like this, you would allow nulls and simply set the NullTextLabel on the column to the strnig you want to show when it's null.  

Children