Thanks but, I am using a Page not a form, but I am unable to enter anything in the table relationship field. I am using variables for the input parameters, if this helps clarify the situation.
if i want to display dropdpwn for location code then
properties->rable relation -> location.code
I have successfully enabled dropdown in the Request Form using this suggestion, but I can only select one value here (I am using Manufacturer.Code)
IF there is a need to select multiple values, the only solution I have found is to set DataItem properties: ReqFilterFields. I have dropdown AND I can select/type multiple values separated with pipe sign ("|")
Comments
go to Req form-> text box where u want to show drop down->
properties->table relation -> table name.field
example
if i want to display dropdpwn for location code then
properties->rable relation -> location.code
here location is table name
and code is field of that table
try this
But. Indeed, if you type the relation manually it will do the trick.
Thanks again
I have successfully enabled dropdown in the Request Form using this suggestion, but I can only select one value here (I am using Manufacturer.Code)
IF there is a need to select multiple values, the only solution I have found is to set DataItem properties: ReqFilterFields. I have dropdown AND I can select/type multiple values separated with pipe sign ("|")
Ivica