Hi all,
I have a custom ComboBox 'UnitNumber' whose values are conditional based on another ComboBox in my form 'PropertyName'. Everything works fine except when the form is in view mode, the UnitNumber is missing. The parent card's Default property is set to ThisItem.UnitNumber so I tried setting the ComboBox's DefaultSelectedItems property to Parent.Default, but it returns an error and says this is a Text data type whereas it is expecting a record. This is the same format as my other non-custom ComboBoxes, yet all of those show data type record for ThisItem.Column. Any idea how I can resolve? Thanks.
Solved! Go to Solution.
Try two things
1. Change it to [Parent.Default] with the square brackets
if that doesn't work just use a lookup
2. Lookup(ComboboxDatasource, UnitNumber = Parent.Default)
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Try two things
1. Change it to [Parent.Default] with the square brackets
if that doesn't work just use a lookup
2. Lookup(ComboboxDatasource, UnitNumber = Parent.Default)
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
User | Count |
---|---|
260 | |
110 | |
92 | |
56 | |
41 |