how do i suppress entire column if all the values are null for a given month in column section
You need to be more specific about what you mean by "suppress". If you mean you want to remove a column from part of a SAS dataset (while leaving it in for other months where values are not null) then the answer is that you cannot. The table structure applies to all rows in the table.
Richard
u answered my question. yes, this is what i meant. thanks. another question, can i do conditional formatting on on measure value based on category value...so if region = 'a' then measure color = red, else measure color is green
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.