Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Radio button on every row

I want to add radio button end of each row-

Rdion button is green when-

END OF SUPPORT-

Not applicable

Not Yet published

date > 18 month

OTHERWISE MARK IT RED

7 Replies
jsingh71
Partner - Specialist
Partner - Specialist

Add new Expression -> Change Representation -> Click on Gauge Setting

pp.png

Not applicable
Author

I have represented it in tabluar chart because it doesn't have any expression. Please let me know how can i do it in tabluar chart.

Not applicable
Author

I need your help

MarcoWedel

Hi,

what do you mean by "tabluar chart" not having expressions? A table box?

Try using a straight table instead.


hope this helps


regards


Marco

Not applicable
Author

yes table box.

I need to show table data from the spreadsheet without any filter then what could i use here as an expression.

Not applicable
Author

Hi,

I don't know whether it is possible or not to crreate radio button but i have tried and searched in the community forum but didn't resolve it. I came to know from the forum that we need to create an expresion but there is no measure so no calculation associtrd with this so how can i create /add expression.


petter
Partner - Champion III
Partner - Champion III

You can achieve it with a List Box with multiple expressions but you need to include some unique row ID to be able to display all rows unfiltered. I have achieved this by just using RowNo() function in the script to generate a RowID:

2015-10-25 #1.PNG

You can also make a Straight Table do the same - but then you need to do the logic of the Expression in the load script instead. Visually it will be the same red/green radio button.