Hi Guys,
Have a few problems with a couple of fields and computed values. I’ve been thinking and it can be easily be fiex if the following is possible.
I have three Editable Dialog List fields on a form, these are:
-
Region
-
dropDown1
-
dropDown2
Region has one choice per line. dropDown 1 and 2 do a DbColumn.
What it does - Depending on what value is chosen from Region either dropDown1 or 2 will show.
What i want to be able to do is have ONE drop down that has two scenarios. i.e.
if Region A is chosen to this DbColumn and if Region B is chosen do this DBColumn.
Is this possible?
Code in one of the drop down’s is:
var1 := @DbColumn(“”:“”;“”:“”;“VIEW NAME”;1);
@Trim(“—Select—”:var1)
Thanks is advance