<?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 Data Quality Check between Dimensions (Show me Dimension if you have no entry in..) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431228#M96599</link>
    <description>&lt;P&gt;Hey Members,&lt;/P&gt;
&lt;P&gt;i would like to show in the subtitle of a table, which Cost_Element are not included.&lt;/P&gt;
&lt;P&gt;In the data editor i have two tables (mapping with Cost_Element):&lt;/P&gt;
&lt;P&gt;1) Fact Table: Cost_Element and other informations&lt;/P&gt;
&lt;P&gt;2) Mapping Table: Cost_Element and Kostenart1 and Kostenart2&lt;/P&gt;
&lt;P&gt;Now the formula should give me the Cost_Element's which have no data in Kostenart1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Formula like the following are not working:&lt;/P&gt;
&lt;P&gt;If(Count(Distinct Cost_Element) - Count( {&amp;lt;Kostenart1 = {"*"}&amp;gt;}Distinct Cost_Element)&amp;gt;0, Cost_Element)&lt;/P&gt;
&lt;P&gt;If(IsNull(Kostenart1),Cost_Element)&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me please?&lt;/P&gt;
&lt;P&gt;Thanks and regards&lt;/P&gt;
&lt;P&gt;surtex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 10:22:54 GMT</pubDate>
    <dc:creator>surtex</dc:creator>
    <dc:date>2024-03-15T10:22:54Z</dc:date>
    <item>
      <title>Data Quality Check between Dimensions (Show me Dimension if you have no entry in..)</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431228#M96599</link>
      <description>&lt;P&gt;Hey Members,&lt;/P&gt;
&lt;P&gt;i would like to show in the subtitle of a table, which Cost_Element are not included.&lt;/P&gt;
&lt;P&gt;In the data editor i have two tables (mapping with Cost_Element):&lt;/P&gt;
&lt;P&gt;1) Fact Table: Cost_Element and other informations&lt;/P&gt;
&lt;P&gt;2) Mapping Table: Cost_Element and Kostenart1 and Kostenart2&lt;/P&gt;
&lt;P&gt;Now the formula should give me the Cost_Element's which have no data in Kostenart1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Formula like the following are not working:&lt;/P&gt;
&lt;P&gt;If(Count(Distinct Cost_Element) - Count( {&amp;lt;Kostenart1 = {"*"}&amp;gt;}Distinct Cost_Element)&amp;gt;0, Cost_Element)&lt;/P&gt;
&lt;P&gt;If(IsNull(Kostenart1),Cost_Element)&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me please?&lt;/P&gt;
&lt;P&gt;Thanks and regards&lt;/P&gt;
&lt;P&gt;surtex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431228#M96599</guid>
      <dc:creator>surtex</dc:creator>
      <dc:date>2024-03-15T10:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality Check between Dimensions (Show me Dimension if you have no entry in..)</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431234#M96600</link>
      <description>&lt;P&gt;Hello, would you like to have a formula that shows you the Cost_Element when Kostenart1 is null? IF this is the case you can use this formula.&lt;BR /&gt;&lt;BR /&gt;if(len(Kostenart1 )&amp;lt;&amp;gt;0,Cost_Element )&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431234#M96600</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-03-15T10:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality Check between Dimensions (Show me Dimension if you have no entry in..)</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431237#M96601</link>
      <description>&lt;P&gt;Yeah i would like to show the Cost_Elements, which have no data in Kostenart1 but your formula doesn't work for me. Additional information: Table 2 (Mapping Table) has 125 Cost Elements which have all data in Kostenart1. Table 1 (Fact Table) has 128 Cost Elements. The tables are mapping about the keyword Cost_Element. So I should have 3 Cost Elements displayed..&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431237#M96601</guid>
      <dc:creator>surtex</dc:creator>
      <dc:date>2024-03-15T10:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality Check between Dimensions (Show me Dimension if you have no entry in..)</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431242#M96602</link>
      <description>&lt;P&gt;I guess this won't work for you either?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(len(Kostenart1 )=0,Cost_Element )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Otherwise you can take inspiration from this code to create a Flag allowing you to know if there is a Kostenart1 linked.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clement15_0-1710500438041.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162080i2E5567BBE0B76613/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clement15_0-1710500438041.png" alt="Clement15_0-1710500438041.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Quality-Check-between-Dimensions-Show-me-Dimension-if-you/m-p/2431242#M96602</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-03-15T10:59:56Z</dc:date>
    </item>
  </channel>
</rss>

