Link to home
Start Free TrialLog in
Avatar of -Polak
-PolakFlag for United States of America

asked on

InfoPath- Default Display Name won't appear in Drop Down List

Having an issue with default display names to appear on drop down menus on a form I'm designing. (see blank display names jpg)

The data connection for the field is linked to an external SharePoint server. I would like for Series/Grade/Position Title to appear in the drop down menu not have to make a separate cell/table above it. The "Bargaining Unit" drop down is correct because it is a manually key'd in data list rather than a data connection. (see field props jpg)

Thanks for any help you can provide.
blank-display-names.jpg
field-props.jpg
Avatar of Clay Fox
Clay Fox
Flag of United States of America image

First I would put a repeating table of the sharepoint data on your form and make sure it is loading in your form.

Are you querying it on load?

I do not quite understand what you are asking?

Are you wanting cascading dropdowns or do your want just one dropdown?
Avatar of -Polak

ASKER

Yes all the data/values from the list load perfectly fine.
Yes they query on load.

In the properties you have "Display Name:" and in the option it has "@Position_Title", I cannot change it from saying "@Position_Title" and no-where do I see an option on the Sharepoint server to enter in a default value for a particular column.

All I want is for the column names in the list (Series, Position Title, Grade, etc..) to appear inside the drown down menu rather than me having to make static text above each drop down.
SOLUTION
Avatar of Clay Fox
Clay Fox
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of -Polak

ASKER

Lame. There should be a more intuitive way to do it.

For the sake of creating a good solution for others to read do you mind posting a step by step on the rule creation, I realize its pretty straight forward, but for the sake of a good solution it should be there.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of -Polak

ASKER

"value Ceo"?
The only thing that I would emphasize to the readers of this solution, is simply double clicking a field and inserting a rule for each drop down menu will not work. You must, go to Form Options and click Rules and do it from there.

I'd like an explanation as to why, because it seems just straight stupid, and this was my initial mistake.
Avatar of -Polak

ASKER

Value "ceo"???
A rule on a field executes when the field value changes(the cursor leaves)
Either use a default value or set the field on open to have it set when the form opens.