Forum Discussion
jcastr02
Post Prodigy
6 years agoShow Most recent comments
I have a list of comments that I would like to display from most recent to oldest. In my query I have a completion time. However, some of the comment field at times will be blank and may have repea...
- 6 years ago
Hi jcastr02 ,
That is not possible on the table visual as a workaround you can:
- Create a button with no backgroud and no line
- Make the button the size of the column header and place it on top of the header
- Group the table with the header
That way you will still see the header of the table but if you click on it won't be reorder.
jcastr02
Post Prodigy
6 years agoMFelix You are awesome that worked! One last ? How can I hide the sorting arrow. From end user perspective if they click on the visual, it will sort by Value again
MFelix
Super User
6 years agoHi jcastr02 ,
That is not possible on the table visual as a workaround you can:
- Create a button with no backgroud and no line
- Make the button the size of the column header and place it on top of the header
- Group the table with the header
That way you will still see the header of the table but if you click on it won't be reorder.