- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Printing Values from HubDB "select" column
SOLVE09-27-2017 08:40
I'm sure there's a simple way to do this but I can't figure it out. I have a HubDB table with several entries that are categorized by a select list. Getting the filtering and such has not been a problem, but when I add {{ row["name_of_select_list"]}} inside of a <p></p>, rather than just printing the value like text and rich text columns do, it prints {id=#, name='Value from Select List'}. How do I get just the name value to print?
I tried:
{{ row["name_of_select_list"]}}.value,
{{ row["name_of_select_list"]}}.name,
{{ row["name_of_select_list"].name}},
{{ name.row["name_of_select_list"]}},
etc.
and have not had any luck
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content