Add or remove columns from a Single score data visualization list

Prem5
Tera Contributor

Hi,

 

I am trying to edit the default columns on a Singlescore Data visualization widget using UI builder.

Prem5_0-1669850886344.png

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.

Prem5_1-1669850988776.png

 

Can anyone guide me on how to change the columns in the list by default?

 

4 REPLIES 4

achyuthkrishna
Tera Contributor

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

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' ;

jai281997
Tera Contributor

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!

Anil kumar D
Tera Contributor

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' ;