July 22, 2022 at 9:26 am
Good Morning.
I made a view with select in SQL.
I need the negative numbers to be in green color, and the positive ones in red when I run the view .
It's possible to make it through the view query?
Thanks
July 22, 2022 at 9:29 am
In SSMS, that is not possible – it is seen as a query tool, not a presentation tool.
July 22, 2022 at 9:35 am
Thanks
July 22, 2022 at 3:40 pm
Good Morning. I made a view with select in SQL. I need the negative numbers to be in green color, and the positive ones in red when I run the view . It's possible to make it through the view query?
Thanks
Are you sending output of the query to someone else?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2022 at 4:01 pm
Hi
No its just for me analyze.
Thanks
July 22, 2022 at 7:43 pm
You could paste the results into Excel and colour the results with an Excel formula.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply