<?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: Data Model in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1368#M56</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/268"&gt;@Naruto&lt;/a&gt;&amp;nbsp;- thank you for your questions. Would you be able to provide a bit more detail on the issue you are running into? Is the filter/prompt behavior not acting as expected?&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 14:22:34 GMT</pubDate>
    <dc:creator>JoeM</dc:creator>
    <dc:date>2022-05-03T14:22:34Z</dc:date>
    <item>
      <title>Data Model</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1363#M55</link>
      <description>&lt;P&gt;I have table A(Parent), TableB(Child) and Table C(Parent), im pulling records from Table A and Table C, i have set table b as base field of table c. In the manager filters &amp;amp;Prompts when added field from table A and Table C.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 18:05:51 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1363#M55</guid>
      <dc:creator>Naruto</dc:creator>
      <dc:date>2022-05-02T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1368#M56</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/268"&gt;@Naruto&lt;/a&gt;&amp;nbsp;- thank you for your questions. Would you be able to provide a bit more detail on the issue you are running into? Is the filter/prompt behavior not acting as expected?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 14:22:34 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1368#M56</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2022-05-03T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1398#M65</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/3"&gt;@JoeM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Lets take few tables obj_item_A table, obj_inv_item_c, obj_item_B(alias of A) and some other attribute table.&lt;/P&gt;&lt;P&gt;as per the model obj_inv_item is child table for both obj_item_A abd obj_tem_B. In the prompts i have added columns from obj_item_A and obj_item_B but not pulling anything from obj_inv_item.&lt;/P&gt;&lt;P&gt;in the prompt i can see the same data for the fields from both table, as per data data obj_item_b will show only records which obj_inv_id same as obj_item_b_id.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:50:43 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1398#M65</guid>
      <dc:creator>Naruto</dc:creator>
      <dc:date>2022-05-04T15:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1409#M66</link>
      <description>&lt;P&gt;I observed a different behavior, where&amp;nbsp;&lt;SPAN&gt;obj_item_A and&amp;nbsp;obj_item_B showed all values wether or not they were in&amp;nbsp;obj_inv_item. To pull a prompt of only values for each table, I created two new prompts with the case statement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;int(
	case(
		obj_item_A.id = obj_item_inv.id, 
		obj_item_A.id, 
		null()
	)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 03:02:45 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1409#M66</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2022-05-05T03:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1410#M67</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/3"&gt;@JoeM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Your suggesting to go with Applied fielted and write the formula. currently that's how i have achived the functionaly.&lt;/P&gt;&lt;P&gt;what i'm looking is in the insight we have option to set base field and at business schema we have option to set base table, if there is any similar approach it would resolve my issue.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 06:19:43 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1410#M67</guid>
      <dc:creator>Naruto</dc:creator>
      <dc:date>2022-05-05T06:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1411#M68</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/268"&gt;@Naruto&lt;/a&gt;&amp;nbsp; - I may have misunderstood your issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you correct my understanding of your issue?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue - Prompt value displaying not as expected.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When&amp;nbsp;&lt;SPAN&gt;obj_item_A and&amp;nbsp;obj_item_B are added to prompts,&amp;nbsp;obj_item_A will show all values in the prompt despite whether the fields are related to&amp;nbsp;obj_inv_item_c or not. Meanwhile, obj_item_B will show only values in the prompt that&amp;nbsp;&lt;EM&gt;are&amp;nbsp;&lt;/EM&gt;related to&amp;nbsp;&amp;nbsp;obj_item_B.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution A:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Create a prompt via formula (not applied filters), that the prompt behavior of obj_item_B to&amp;nbsp;obj_item_A.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution B:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you looking to do the flip? Making the prompt behavior of prompt behavior of obj_item_A to&amp;nbsp;obj_item_B?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 14:45:50 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1411#M68</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2022-05-05T14:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1526#M78</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/3"&gt;@JoeM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Let me explain my model&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from apps.obj_item_id A,&lt;BR /&gt;apps.obj_inv_item B,&lt;BR /&gt;apps.obj_item_id A&lt;BR /&gt;where 1=1&lt;BR /&gt;and C.obj_id = B.obj_id&lt;BR /&gt;and B.rel_id = A.obj_id&lt;/P&gt;&lt;P&gt;C.Column1 has all the details after the join i'll get only inv_item_id, if i add A.column1 to prompt it will display all the records.&lt;/P&gt;&lt;P&gt;and in future if i have to add a new fields also i have to go with creating a new formula correct.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 02:37:10 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/data-model/m-p/1526#M78</guid>
      <dc:creator>Naruto</dc:creator>
      <dc:date>2022-05-11T02:37:10Z</dc:date>
    </item>
  </channel>
</rss>

