<?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: Bullet micro chart doesn't work for Grid Table in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372304#M4631606</link>
    <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;bsnorrason&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Fiori Design Guidelines says, micro chars are not supported in grid table. &lt;/P&gt;&lt;P&gt;&lt;A href="https://experience.sap.com/fiori-design-web/table-overview/" target="test_blank"&gt;https://experience.sap.com/fiori-design-web/table-overview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1950715-design-guidelines.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 26 Jun 2021 00:23:21 GMT</pubDate>
    <dc:creator>MioYasutake</dc:creator>
    <dc:date>2021-06-26T00:23:21Z</dc:date>
    <item>
      <title>Bullet micro chart doesn't work for Grid Table</title>
      <link>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaq-p/12372302</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I've implemented a bullet micro chart using CDS views using &lt;A href="https://blogs.sap.com/2019/02/03/fiori-elements-bullet-micro-chart-in-list-report/" target="_blank"&gt;this&lt;/A&gt; tutorial as a reference. I then created a list report app and with the default table type it worked fine but when I changed the table type to Grid Table then I only get the value of the chart. According to &lt;A href="https://experience.sap.com/fiori-design-web/grid-table/" target="_blank"&gt;the fiori elements guidelines&lt;/A&gt; Grid tables should support bullet charts.&lt;/P&gt;
  &lt;P&gt;Default table type:&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1886793-te7ip.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;Grid table: &lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1886792-ufy8h.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Here's the CDS view chart code:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;@UI.chart: [{ 
              chartType:         #BULLET ,
              measures:          ['chart'],
              measureAttributes: [{ 
                    measure:     'chart' , 
                    role:        #AXIS_1 , 
                    asDataPoint: true 
                    }]
              }]
define view .......   
    @UI:{ lineItem: [{ position: 170 , 
                   type: #AS_CHART, 
                   label: 'Worked status'
                    }]
    }
    @UI.dataPoint: { title: 'Total Worked Hours' ,
                   targetValueElement: 'plannedWorkHours',
                   minimumValue: 0 ,
                   maximumValue: 200 ,
                   criticalityCalculation: { 
                        improvementDirection:  #MAXIMIZE ,
                        deviationRangeLowValueElement: 'lowerthreshold' ,
                        toleranceRangeLowValueElement: 'plannedWorkHours'
                      }
                 } 
    totalWorked as chart&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;BR /&gt;The reason I want a Grid table is to have a horizontal scroll bar and contain all the line data in one line. &lt;BR /&gt;Any help with how I can accomplish that and keep the bullet chart is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Birgir&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 10:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaq-p/12372302</guid>
      <dc:creator>former_member636171</dc:creator>
      <dc:date>2021-02-10T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bullet micro chart doesn't work for Grid Table</title>
      <link>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372303#M4631605</link>
      <description>&lt;P&gt;Still looking for a solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 10:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372303#M4631605</guid>
      <dc:creator>former_member636171</dc:creator>
      <dc:date>2021-02-17T10:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bullet micro chart doesn't work for Grid Table</title>
      <link>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372304#M4631606</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;bsnorrason&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Fiori Design Guidelines says, micro chars are not supported in grid table. &lt;/P&gt;&lt;P&gt;&lt;A href="https://experience.sap.com/fiori-design-web/table-overview/" target="test_blank"&gt;https://experience.sap.com/fiori-design-web/table-overview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1950715-design-guidelines.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 00:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372304#M4631606</guid>
      <dc:creator>MioYasutake</dc:creator>
      <dc:date>2021-06-26T00:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bullet micro chart doesn't work for Grid Table</title>
      <link>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372305#M4631607</link>
      <description>&lt;P&gt;It seems there's conflicting info on this.&lt;BR /&gt;&lt;A rel="nofollow" href="https://experience.sap.com/fiori-design-web/bullet-micro-chart" target="_blank"&gt;https://experience.sap.com/fiori-design-web/bullet-micro-chart&lt;/A&gt;/&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1947881-grid-table-micro-chart.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" style="color: inherit;" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 01:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372305#M4631607</guid>
      <dc:creator>former_member636171</dc:creator>
      <dc:date>2021-06-26T01:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bullet micro chart doesn't work for Grid Table</title>
      <link>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372306#M4631608</link>
      <description>&lt;P&gt;You're right. The document says you can use the bullet micro chart with size XS.&lt;/P&gt;&lt;P&gt;Maybe you need to set the size property of the micro chart to XS, but I'm not sure if CDS annotation allows to do so.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 01:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bullet-micro-chart-doesn-t-work-for-grid-table/qaa-p/12372306#M4631608</guid>
      <dc:creator>MioYasutake</dc:creator>
      <dc:date>2021-06-26T01:48:20Z</dc:date>
    </item>
  </channel>
</rss>

