Hello,
I have got two lists on my SharePoint site.
First one contains levels :
- Level 1
- Level 2
- Level 3
A second list contains activities associated with levels :
In this list Level is a lookup on the first list.
- Activity 1 - Level 1
- Activity 2 - Level 1
- Activity 3 - Level 2
I have created an Infopath Form (for a third list : Demands) witch contains 2 drop downs (Activity and Level) so when we choose the activity in the first dropdown, the second dropdown (Level) only shows levels matching the selected activity (Cascading dropdown)
My problem is that I got the ID of the levels in stead of the values (because Level is a lookup in my second list and sharepoint store ID).
For example, if I choose "Activity 1", I'll have "1" in stead of Level 1.
Is there a way to have the value in stead of the ID in this case?
Thanks for your help and excuse me for my english.