concat strings at the dashboard layer?
In a table or pivot table widget I want to concatenate strings contained in two separate data model columns. Example: col1 contains "Abraham" and col2 contains "Lincoln". I want to concatenate them, along with a space to display "Abraham Lincoln" in another column
I know there is not a widget level function to do this. Would this be possible in a widget script? And if so - any idea how?
bminehart
Posted 1 year ago·Last reply 1 year ago
6 comments
bminehart
OP1 year agoThanks harikm007 -- we'll give this a go and take a look at the blog posting.
Hari KM
·1 year agoHi bminehart ,
To concatenate columns in a table widget, try these steps:
3. Refresh the widget.
For more details on how to hide a column in the table widget, refer to this post: https://www.binextlevel.com/post/hide-a-column-from-table-widget
-Hari