<?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: When I report count(CASE_NO) against a particular HAZARD, I also need to show other hazard count in the same column. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516818#M105830</link>
    <description>&lt;P&gt;Hi, I don't really know what is that doing, I don't see 2 dimensions for hazards in that query.&lt;/P&gt;&lt;P&gt;Just guessing but maybe you can try loading as:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Hazard:
LOAD CASE_ID as IdCase,
  HZRD_TYPE_TX as Hazard
;
SELECT CASE_ID, HZRD_TYPE_TX From DWH.DW_CRM_HAZARD_DV;

Related:
LOAD CASE_ID as IdCase,
  HZRD_TYPE_TX as RelatedHazard
;
SELECT CASE_ID, HZRD_TYPE_TX From DWH.DW_CRM_HAZARD_DV;

Cases:
LOAD CASE_ID as IdCase,
  CASE_ID
;
SELECT CASE_ID from DWH.DW_CRM_CASE_DV;&lt;/LI-CODE&gt;&lt;P&gt;And try with a table with Hazard as horizontal dimension, RelatedHazard as vertical dimension and Count(CASE_ID) as expression.&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 12:06:30 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2025-05-06T12:06:30Z</dc:date>
    <item>
      <title>When I report count(CASE_NO) against a particular HAZARD, I also need to show other hazard count in the same column.</title>
      <link>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516394#M105785</link>
      <description>&lt;P&gt;I have below requirement in Qlik. I am using a Pivot where count(CASE_ID) is my measure. And HZRD_TYPE is used as row and column. But along with matching HZRD, i also need to show cases reported in other hazards simultaneously . This is to show when one particular hazard happened, what are the other hazards happening and to understand the relation between hazards.&lt;/P&gt;&lt;P&gt;Attached are excel numbers and what i got in Qlik. Is there a way that I can achieve this in Qlik similar to Excel?&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 05:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516394#M105785</guid>
      <dc:creator>Mani_K</dc:creator>
      <dc:date>2025-05-01T05:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: When I report count(CASE_NO) against a particular HAZARD, I also need to show other hazard count in the same column.</title>
      <link>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516545#M105809</link>
      <description>&lt;P&gt;Hi, it could be done loading data as 2 dimensions, one could be "Hazard" and the other "Related hazard", "Secondary hazard", or something similar, having 2 dimensions you could know wich hazards have relations with other&lt;/P&gt;</description>
      <pubDate>Sat, 03 May 2025 06:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516545#M105809</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-05-03T06:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: When I report count(CASE_NO) against a particular HAZARD, I also need to show other hazard count in the same column.</title>
      <link>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516796#M105828</link>
      <description>&lt;P&gt;I could achieve this at oracle table level using below SQL. But I am not sure how to convert this into Qlik measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;select b.HZRD_TYPE_TX, count(b.CASE_ID) from DWH.DW_CRM_CASE_DV a, DWH.DW_CRM_HAZARD.DV b&lt;BR /&gt;where a.CASE_ID = b.CASE_ID&lt;BR /&gt;and a.CREATED_DT_TM &amp;gt;= '01/JUL/23' and a.CREATED_DT_TM &amp;lt;= '30/JUN/24'&lt;BR /&gt;and b.case_id in (select case_id from DWH.DW_CRM_HAZARD.DV&lt;BR /&gt;where HZRD_TYPE_TX = 'Bullying'&lt;BR /&gt;)&lt;BR /&gt;group by b.HZRD_TYPE_TX order by b.HZRD_TYPE_TX&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I request any help here please?&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516796#M105828</guid>
      <dc:creator>Mani_K</dc:creator>
      <dc:date>2025-05-06T11:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: When I report count(CASE_NO) against a particular HAZARD, I also need to show other hazard count in the same column.</title>
      <link>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516818#M105830</link>
      <description>&lt;P&gt;Hi, I don't really know what is that doing, I don't see 2 dimensions for hazards in that query.&lt;/P&gt;&lt;P&gt;Just guessing but maybe you can try loading as:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Hazard:
LOAD CASE_ID as IdCase,
  HZRD_TYPE_TX as Hazard
;
SELECT CASE_ID, HZRD_TYPE_TX From DWH.DW_CRM_HAZARD_DV;

Related:
LOAD CASE_ID as IdCase,
  HZRD_TYPE_TX as RelatedHazard
;
SELECT CASE_ID, HZRD_TYPE_TX From DWH.DW_CRM_HAZARD_DV;

Cases:
LOAD CASE_ID as IdCase,
  CASE_ID
;
SELECT CASE_ID from DWH.DW_CRM_CASE_DV;&lt;/LI-CODE&gt;&lt;P&gt;And try with a table with Hazard as horizontal dimension, RelatedHazard as vertical dimension and Count(CASE_ID) as expression.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 12:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2516818#M105830</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-05-06T12:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: When I report count(CASE_NO) against a particular HAZARD, I also need to show other hazard count in the same column.</title>
      <link>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2517069#M105869</link>
      <description>&lt;P&gt;Thank you, this solution worked out.&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 02:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/When-I-report-count-CASE-NO-against-a-particular-HAZARD-I-also/m-p/2517069#M105869</guid>
      <dc:creator>Mani_K</dc:creator>
      <dc:date>2025-05-08T02:35:59Z</dc:date>
    </item>
  </channel>
</rss>

