<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using check marks in List Table and/or Crosstab in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-check-marks-in-List-Table-and-or-Crosstab/m-p/602879#M13286</link>
    <description>&lt;P&gt;Yes, it is possible to use check marks, as well as any other Unicode character in a List Table. All you need to do is create a user-defined format and then use it with the displayed table. Here is an example of such format:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
   value chmark
      1 = '(*ESC*){unicode "2714"x}'
      other = ' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this code example, "2714"x is hexadecimal unicode value for check mark character &lt;FONT color="#008000"&gt;✔&lt;/FONT&gt;.&amp;nbsp; For more details on how to use various unicode characters in SAS reports, please see my recent blog post &lt;A href="https://blogs.sas.com/content/sgf/2019/10/30/checklist-table-charts-in-sas/" target="_self"&gt;&lt;STRONG&gt;How to create checklist tables in SAS® .&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For colors, you can use Display Rules, similar to this example: &lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics/Display-rules-in-Crosstabs/m-p/263004#M3888" target="_self"&gt;&lt;STRONG&gt;Display rules in Crosstabs&lt;/STRONG&gt; .&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 21:12:38 GMT</pubDate>
    <dc:creator>LeonidBatkhan</dc:creator>
    <dc:date>2019-11-08T21:12:38Z</dc:date>
    <item>
      <title>Using check marks in List Table and/or Crosstab</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-check-marks-in-List-Table-and-or-Crosstab/m-p/414082#M8676</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to use&lt;/P&gt;&lt;P&gt;(1)check mark- in green&lt;/P&gt;&lt;P&gt;(2) check mark in green with yellow diamond&lt;/P&gt;&lt;P&gt;(3) block - in red &amp;nbsp;&lt;/P&gt;&lt;P&gt;(4) any other symbol&lt;/P&gt;&lt;P&gt;&amp;lt;please see attachment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in a List Table or a Crosstab report object in SAS VA 7.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-check-marks-in-List-Table-and-or-Crosstab/m-p/414082#M8676</guid>
      <dc:creator>ksachar</dc:creator>
      <dc:date>2017-11-16T16:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using check marks in List Table and/or Crosstab</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-check-marks-in-List-Table-and-or-Crosstab/m-p/602879#M13286</link>
      <description>&lt;P&gt;Yes, it is possible to use check marks, as well as any other Unicode character in a List Table. All you need to do is create a user-defined format and then use it with the displayed table. Here is an example of such format:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
   value chmark
      1 = '(*ESC*){unicode "2714"x}'
      other = ' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this code example, "2714"x is hexadecimal unicode value for check mark character &lt;FONT color="#008000"&gt;✔&lt;/FONT&gt;.&amp;nbsp; For more details on how to use various unicode characters in SAS reports, please see my recent blog post &lt;A href="https://blogs.sas.com/content/sgf/2019/10/30/checklist-table-charts-in-sas/" target="_self"&gt;&lt;STRONG&gt;How to create checklist tables in SAS® .&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For colors, you can use Display Rules, similar to this example: &lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics/Display-rules-in-Crosstabs/m-p/263004#M3888" target="_self"&gt;&lt;STRONG&gt;Display rules in Crosstabs&lt;/STRONG&gt; .&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 21:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-check-marks-in-List-Table-and-or-Crosstab/m-p/602879#M13286</guid>
      <dc:creator>LeonidBatkhan</dc:creator>
      <dc:date>2019-11-08T21:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using check marks in List Table and/or Crosstab</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-check-marks-in-List-Table-and-or-Crosstab/m-p/603298#M13287</link>
      <description>&lt;P&gt;Is the goal to conditionally add those images to cells in the tables?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 18:15:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-check-marks-in-List-Table-and-or-Crosstab/m-p/603298#M13287</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2019-11-11T18:15:36Z</dc:date>
    </item>
  </channel>
</rss>

