Forum Discussion
Help to conditional format text in a specific Column
hello !
you should create measure
color =
var _RowsCnt = COUNTROWS('Table')
var _Result = IF(_RowsCnt>1,"Green",BLANK())
return _Result
after do apply it measure to conditional formating background
do the same settings
you will get follow result
if I answered at your question please make topic as resplved 🙂
Hi It's not working and it doesn't let me select the specific column heading that i want to assign the formatting to. It only comes up with the original table name.
Thanks
- SolomonovAnton4 years agoSuper User
please describe with more details then I could be help you
- Jwood9934 years agoFrequent Visitor
Basically what I'd like to achieve is that in my table there is separate columns that show the name and store someone works at. It also shows different projects that are launching and I'd like to highlight store names where multiple projects might be going live that week (I've got all the filters setup already)
So if in store 5555 there is 3 events happening it highlights to alert the viewer that there's large amounts of activity occuring at once.
I've attached another image to try and show what I need
Thanks