I have store dialog choice with script at a field called “Hide_SelectPL” and this field is multiple value, for example, I has three choice that “Sales Cost”
“Profit and Loss”
“Total Expense”
At the dialog list, I used formula @Sort(Hide_SelectPL), when I click the dialog list , the choice shows right and I choose “Total Expense”, the field shows “Total Expense”, but when I click the dialog list again, it will show 5 choices for me as:
“Sales Cost”
“Profit and Loss”
“Total Expense”
“Total”
“Expense”
On the other hand, I tried to store the value “Hide_SelectPL” without multiple values, and so that Sales Cost;Profit and Loss;Total Expense" , and the choices formula for the dialog list would then be @Sort(@Explode( Hide_SelectedPL;“;”)) however the problem still show.
I don’t know what the problem created and how to solve it?
Subject: RE: Dialog List Show strange choice
It sounds like “space” has been selected as a multivalue input separator for that field. Look thru the tabs of the field properties to find this option.
Subject: RE: Dialog List Show strange choice
The choice is not set multi-vaule with space
Subject: RE: Dialog List Show strange choice
Is there an input translation formula?
You might try deleting and re-creating the field.
Subject: Is it set to multi-value at all?
Subject: To: All Thanks for advance, Soultion is here
First, I need to click the dialog list to allow multiple value and then uncheck all things in “Seperate values when user enters” , then the problem disappear, I think it is minor bugs from R6
Subject: Dialog List Show strange choice
Is the choice list field a text field?
Subject: RE: Dialog List Show strange choice
of course