Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I need the user to select a value for some fields from a list box but without filtering the whole document
I need when the user selects a value from a list box to set this value into a variable
is this possible?
Please advise
Just make sure that this field is not linked to any other table in your document. //Robert
yes this is true but I don't want to disconnect this table
Ok, then just do a resident load of the original field/table, and create a replicate of this field with a new name, and use this new fieldname in your listbox. //Robert
Or use Set analysis on the rest of the docuement, exluding your selected value in your list box from all expressions. //Robert