<?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 report in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/report/m-p/3157780#M2087</link>
    <description>&lt;P&gt;Hi all , wish you have good day&amp;nbsp;&lt;BR /&gt;- the problem is :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have 2 table&amp;nbsp;&lt;OL&gt;&lt;LI&gt;forum table contain the forum and the parent of each forum&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;content table have content of each forum&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;I want to make a report to see the count of each forum and the number of each sub forum and number of content&lt;BR /&gt;be like&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;main forum name&lt;/TD&gt;&lt;TD&gt;number of sub forum&lt;/TD&gt;&lt;TD&gt;number of videos&lt;/TD&gt;&lt;TD&gt;number of images&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I can get only one of the number (sub forum , content) because there is two different table&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;what I try out :&lt;BR /&gt;- datasets : it is not working on the multi pivot tables&lt;/P&gt;&lt;P&gt;- function filed : there is no operation can count the sub filed row in the table&lt;/P&gt;&lt;P&gt;&amp;nbsp;what is the goal :&lt;BR /&gt;try to get the number of content and subforum in same quiz&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2025 19:57:08 GMT</pubDate>
    <dc:creator>ahmedt</dc:creator>
    <dc:date>2025-01-23T19:57:08Z</dc:date>
    <item>
      <title>report</title>
      <link>https://www.servicenow.com/community/community-central-forum/report/m-p/3157780#M2087</link>
      <description>&lt;P&gt;Hi all , wish you have good day&amp;nbsp;&lt;BR /&gt;- the problem is :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have 2 table&amp;nbsp;&lt;OL&gt;&lt;LI&gt;forum table contain the forum and the parent of each forum&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;content table have content of each forum&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;I want to make a report to see the count of each forum and the number of each sub forum and number of content&lt;BR /&gt;be like&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;main forum name&lt;/TD&gt;&lt;TD&gt;number of sub forum&lt;/TD&gt;&lt;TD&gt;number of videos&lt;/TD&gt;&lt;TD&gt;number of images&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I can get only one of the number (sub forum , content) because there is two different table&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;what I try out :&lt;BR /&gt;- datasets : it is not working on the multi pivot tables&lt;/P&gt;&lt;P&gt;- function filed : there is no operation can count the sub filed row in the table&lt;/P&gt;&lt;P&gt;&amp;nbsp;what is the goal :&lt;BR /&gt;try to get the number of content and subforum in same quiz&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 19:57:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/report/m-p/3157780#M2087</guid>
      <dc:creator>ahmedt</dc:creator>
      <dc:date>2025-01-23T19:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://www.servicenow.com/community/community-central-forum/report/m-p/3159116#M2101</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/770371"&gt;@ahmedt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Since you are working with two separate tables (forum and content), use &lt;STRONG&gt;Database Views&lt;/STRONG&gt;&amp;nbsp;for creating report.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Database Views&lt;/STRONG&gt; allow you to combine data from multiple tables into a single view, which can then be used for reporting.&lt;/LI&gt;&lt;LI&gt;It creates a virtual table by combining multiple tables based on condition and later can be used for creating reports.&lt;/LI&gt;&lt;/UL&gt;&lt;P data-unlink="true"&gt;Please refer this document to learn more about database view:&amp;nbsp;&amp;nbsp;&lt;A href="https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/use/reporting/concept/c_DatabaseViews.html" target="_self"&gt;&lt;STRONG&gt;Database view for reporting&lt;/STRONG&gt;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"If you found my answer helpful, &lt;STRONG&gt;please like and mark it as an "accepted solution".&lt;/STRONG&gt; It helps future readers to locate the solution easily and supports the community!"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;BR /&gt;Juhi Poddar&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2025 12:34:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/report/m-p/3159116#M2101</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-01-25T12:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://www.servicenow.com/community/community-central-forum/report/m-p/3159173#M2102</link>
      <description>&lt;P&gt;hi&amp;nbsp;@Community Alums&amp;nbsp; thanks for your reply&amp;nbsp;&lt;BR /&gt;but unfortunately it does not work to because it will contait the the content of&amp;nbsp; forum but not the the relation between the forums&amp;nbsp;&lt;BR /&gt;thanks for you answer&amp;nbsp;&lt;BR /&gt;have a good day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2025 19:12:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/report/m-p/3159173#M2102</guid>
      <dc:creator>ahmedt</dc:creator>
      <dc:date>2025-01-25T19:12:03Z</dc:date>
    </item>
  </channel>
</rss>

