Hi,
I am using proc tabulate to produce an ods html report ,
I want to know is there any way to produce color formatting of a particular column values based on other column values dynamically.
Regards
sai
Some examples:
https://communities.sas.com/t5/SAS-Procedures/Traffic-Lighting-with-Proc-Tabulate/td-p/83374
http://www2.sas.com/proceedings/sugi31/142-31.pdf
You can apply styles and things in proc tabulate, but you may need to output a dataset from tabulate, then use proc report and some computed bits to get what you want (which you haven't shown so I can't tell).
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.