The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
LeeB
3 years agoContributor III
Bound List Name and Description in Display Member?
Hi,
Does anybody know if it's possible to configure a Bound List parameter to show both the Name and the Description as the Display Member?
It's valid for Member Lists but I get an error in Boun...
- 3 years ago
Lee
The return data table must have a column [Name And Description] for this to work. If you use Name or Description it works fine as the data table have both columns. In theory you could use any of the returned columns as Display Member.
Best
Sai
LeeB
3 years agoContributor III
Thanks Sai.
I added a column to the Data Table created by the method query and can now reference that column in my Display Member.
dt.Columns.Add("NameAndDescription", GetType(String), "Name + ' - ' + Description")
Lee
Related Content
- 1 month ago