<?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>Question Re: How to create visualization with non numeric columns only in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373452#M4631938</link>
    <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;tqbf&lt;/SPAN&gt; yes you can.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 13:26:57 GMT</pubDate>
    <dc:creator>DebjitSingha</dc:creator>
    <dc:date>2021-08-03T13:26:57Z</dc:date>
    <item>
      <title>How to create visualization with non numeric columns only</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaq-p/12373448</link>
      <description>&lt;P&gt;I have a dataset which looks like this. (see attached png)&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Cast&lt;/STRONG&gt; &lt;STRONG&gt;Genre&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;actor1 Kids&lt;/P&gt;
  &lt;P&gt;actor2 Comedy&lt;/P&gt;
  &lt;P&gt;actor3 Kids&lt;/P&gt;
  &lt;P&gt;actor1 Comedy&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1903756-sap.png" /&gt;&lt;/P&gt;
  &lt;P&gt;How can I create visualization using these? Let's say I want to get a bar chart of actors (cast) and count of shows they have acted for every Genre. How can one do it? since there are no fields that are measures.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 02:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaq-p/12373448</guid>
      <dc:creator>former_member737689</dc:creator>
      <dc:date>2021-03-15T02:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create visualization with non numeric columns only</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373449#M4631935</link>
      <description>&lt;P&gt;Any graph of non-numerical data must show two things: the categories and their sizes. The two most popular forms are the bar graph and the pie chart, which you're probably already familiar with.&lt;/P&gt;&lt;P&gt;Raw counts, known as frequencies, or percentages, known as relative frequencies, may be used to represent the sizes of groups. (Relative frequencies can also be expressed as decimals, but I believe most people understand “20 percent” better than “.20.”)
What considerations do you weigh when determining whether to view frequencies or relative frequencies? This is a personal preference, not a matter of right or wrong. Your decision is based on what's important to you and what argument you're trying to make. If your main concern is with the individuals in your study, frequencies are the way to go. However, if you want to demonstrate the parts' relationship to the whole, use relative frequencies.&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;If you want further info, plz contact me on the address on the given website&lt;/P&gt;&lt;P&gt;[LINK REMOVED BY MODERATOR]&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 06:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373449#M4631935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-03-15T06:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create visualization with non numeric columns only</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373450#M4631936</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;shravya.kilar&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I have see this kind of requirements commonly in M&amp;amp;E industries were some time reports are requested based on MPM's. &lt;BR /&gt;What you can do it &lt;STRONG&gt;create a counter field at the transformation level&lt;/STRONG&gt;. This way this counter will always gets updated whenever you reload/ refresh SAC model. Here is an example, you can choose any form of combination and formula based on multiple conditions. -&lt;/P&gt;&lt;P&gt;Create model based on dim fields.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1902849-1.png" /&gt;&lt;/P&gt;&lt;P&gt;Add a formal filed from top. Then based on your requirement you can choose to pick multiple fields for validation. Here I just select Cast columns and checking if it is not null. Else create an entry with "1".&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1902850-2.png" /&gt;&lt;/P&gt;&lt;P&gt;Convert the newly created filed "counter" as measure.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1902851-3.png" /&gt;&lt;/P&gt;&lt;P&gt;Create model. You can test the transformation (defined above) by uploading another set of data file (from data management tab or connecting model to import connection)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1902852-4.png" /&gt;&lt;/P&gt;&lt;P&gt;There are multiple ways to address this requirement, though I found creating a counter at the model level is the most useful. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1902853-5.png" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Let
us know if you have any query around this topic.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Viewers/
readers&lt;/STRONG&gt; - If you
find above information helpful, feel free to &lt;STRONG&gt;up-vote &lt;/STRONG&gt;(arrows on left side).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Debjit&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 14:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373450#M4631936</guid>
      <dc:creator>DebjitSingha</dc:creator>
      <dc:date>2021-03-15T14:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create visualization with non numeric columns only</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373451#M4631937</link>
      <description>&lt;P&gt;Is it also possible to show the counts instead of the percentage?&lt;/P&gt;&lt;P&gt;In absolute numbers, that would be very useful in many plots.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 04:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373451#M4631937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-08-03T04:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create visualization with non numeric columns only</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373452#M4631938</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;tqbf&lt;/SPAN&gt; yes you can.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 13:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-create-visualization-with-non-numeric-columns-only/qaa-p/12373452#M4631938</guid>
      <dc:creator>DebjitSingha</dc:creator>
      <dc:date>2021-08-03T13:26:57Z</dc:date>
    </item>
  </channel>
</rss>

