How to display list values a buttons

0
I have a requirement where are list of applications and need to show the logs related to that application when some one clicks on that particular application name. I am using Listen to widget  option and it is working fine. But I am trying to display the list of application names as buttons or at least display the list values application name as if they are buttons. I am not sure how to make the list value look like buttons and any help would be appreciated.
asked
2 answers
1

Hi Dillep , 

you can desgin your listview like below

  1. Create a listview 
  2. Add a button inside the listview
  3. Configure the button like below and map your attribute which holds the application name

 

answered
0

Hi Dilip,

You can try to change Log Level of JSON from Info to Trace.

answered