Hi,
I have a requirement to color code a column based on value.
Eg, input :
ID | sal |
1 | 10000 |
2 | 15000 |
3 | 9500 |
4 | 12500 |
5 | 7500 |
I want my output to be like : ( red color when sal is less than 10000)
ID | sal |
1 | 10000 |
2 | 15000 |
3 | 9500 |
4 | 12500 |
5 | 7500 |
I am using 2019.4 version and I am not able to find column rules. When i use row rules entire row is changed to red.
How can this be achieved.
Solved! Go to Solution.
@Manjari , can you share a sample of expected output along with the screenshot of the current issue you are facing?
Thanks.
Hi @Manjari
Can you post this as a new question with more details of requirement, some sample data and expected output.
Me and @grazitti_sapna will definitely be happy to help you out 🙂
Thank you in advance @grazitti_sapna and @atcodedog05
Here is my sample data set, where I want to insert the color code before the container starts
I want the output to look like this
Please post questions if you have.