Add or remove columns from a Single score data visualization list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 03:30 PM
Hi,
I am trying to edit the default columns on a Singlescore Data visualization widget using UI builder.
But when I try to edit the data source to add new columns to the list, I am not able to find any place to add or remove the columns.
Can anyone guide me on how to change the columns in the list by default?
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 02:50 AM
Hi Prem,
Just wanted to check if you got solution for the above question. I am currently experiencing the same issue and it would be helpful if you have the solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 04:37 AM
use script it will work..
create client state parameter after that you can call this parameter in table
eg:@state.parameter_name
in below you can see one more box like Fixed filter use <> script
copy your query and paste in return
eg: return 'PasteQuery' ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 06:45 AM
Hi @Prem5 , @achyuthkrishna
Just wanted to check if you got solution for the above question, if you got the solution could you please share it will be helpful
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 04:34 AM
use script it will work..
create client state parameter after that you can call this parameter in table
eg:@state.parameter_name
in below you can see one more box like Fixed filter use <> script
copy your query and paste in return
eg: return 'PasteQuery' ;