<?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 modeling issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-modeling-issue/m-p/1599306#M597173</link>
    <description>&lt;P&gt;Following I have achieved but still few tables need to be added to a model&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14955iFE06AD2978CDCA4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but few tables still need to be inserted like following&lt;/P&gt;&lt;P&gt;/&lt;U&gt;&lt;STRONG&gt;/Master_ComplianceRating:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;//LOAD ID,&lt;BR /&gt;// COMPLIANCEID,&lt;BR /&gt;// DESCRIPTION,&lt;BR /&gt;// RATING,&lt;BR /&gt;// ISACTIVE,&lt;BR /&gt;// MAXSCORE,&lt;BR /&gt;// LOCTYPEID,&lt;BR /&gt;// DEPTCODE,&lt;BR /&gt;// AuditorInputType&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_Master_ComplianceRating_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;tblCheckListMapping&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;//LOAD ID,&lt;BR /&gt;// CHLLISTCODE,&lt;BR /&gt;// LocTypeId,&lt;BR /&gt;// LocCode,&lt;BR /&gt;// LocName,&lt;BR /&gt;// IsActive,&lt;BR /&gt;// CreatedBy,&lt;BR /&gt;// CreatedDate,&lt;BR /&gt;// ModifiedBy,&lt;BR /&gt;// ModifiedDate,&lt;BR /&gt;// RecordType&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_tblCheckListMapping_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;/UserLocationMapping:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;//LOAD //Id as UserLocationMapping_ID ,&lt;BR /&gt;// UserId,&lt;BR /&gt;// LocCode as UserLocationMapping_LocCode ,&lt;BR /&gt;// IsActive as UserLocationMapping_IsActive ,&lt;BR /&gt;// CreatedBy as UserLocationMapping_CreatedBy,&lt;BR /&gt;// CreatedDate as UserLocationMapping_CreatedDate,&lt;BR /&gt;// ModifiedBy as UserLocationMapping_ModifiedBy,&lt;BR /&gt;// ModifiedDate as UserLocationMapping_ModifiedDate,&lt;BR /&gt;// LocTypeId as UserLocationMapping_LocTypeId ,&lt;BR /&gt;// RecordType&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_UserLocationMapping_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;//Master_Department:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;//LOAD ID,&lt;BR /&gt;// DeptCode,&lt;BR /&gt;// LocTypeId,&lt;BR /&gt;// DepartmentName,&lt;BR /&gt;// IsActive,&lt;BR /&gt;// CountryCode,&lt;BR /&gt;// StateCode,&lt;BR /&gt;// CityCode,&lt;BR /&gt;// CreatedBy,&lt;BR /&gt;// CreatedDate,&lt;BR /&gt;// ModifiedBy,&lt;BR /&gt;// ModifiedDate,&lt;BR /&gt;// ClusterCode,&lt;BR /&gt;// LocName,&lt;BR /&gt;// InvoiceAccount,&lt;BR /&gt;// WareHouseCode,&lt;BR /&gt;// CustGroup,&lt;BR /&gt;// NoOfRegs,&lt;BR /&gt;// ContactPerson,&lt;BR /&gt;// ContactEmail,&lt;BR /&gt;// Address,&lt;BR /&gt;// Longitude,&lt;BR /&gt;// Latitude,&lt;BR /&gt;// TypeOfCC,&lt;BR /&gt;// AreaOfCC&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_Master_Department_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;BR /&gt;//&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 07:56:07 GMT</pubDate>
    <dc:creator>sakshikaul</dc:creator>
    <dc:date>2019-07-05T07:56:07Z</dc:date>
    <item>
      <title>data modeling issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-modeling-issue/m-p/1599259#M597172</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can anybody help me in data modelling ?&lt;/P&gt;&lt;P&gt;I have completed 1st stage ie extracting data feom data source and store it in qvd&amp;nbsp;&lt;/P&gt;&lt;P&gt;now ,I have to apply business logic and create data model.&lt;/P&gt;&lt;P&gt;so i have following tables&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT * FROM Master_User&lt;/P&gt;&lt;P&gt;SELECT * FROM Master_Role&lt;/P&gt;&lt;P&gt;SELECT * FROM UserRoleMapping&lt;/P&gt;&lt;P&gt;SELECT * FROM UserLocationMapping&lt;/P&gt;&lt;P&gt;SELECT * FROM Master_LocationType&lt;BR /&gt;SELECT * FROM Master_Location WHERE LocTypeId='LOCT0002'&lt;BR /&gt;SELECT * FROM Master_Department&lt;/P&gt;&lt;P&gt;SELECT * FROM Master_CheckList&lt;BR /&gt;SELECT * fROM TblCheckListHeader where CHLLISTCODE='CHLL000001'&lt;BR /&gt;select * from TblCheckListItems where CHLLISTCODE='CHLL000001' and CHKHEADERID='CHKH000031'&lt;BR /&gt;select * From tblCheckListMapping&lt;/P&gt;&lt;P&gt;select * from Master_Cluster&lt;BR /&gt;select * from UserClusterMapping&lt;BR /&gt;select * From AuditPlanner&lt;BR /&gt;select * from AuditTask&lt;BR /&gt;select * From AuditTaskResults&lt;/P&gt;&lt;P&gt;select * from Master_ComplianceRating&lt;/P&gt;&lt;P&gt;Now How should I start ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 06:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-modeling-issue/m-p/1599259#M597172</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-07-05T06:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: data modeling issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-modeling-issue/m-p/1599306#M597173</link>
      <description>&lt;P&gt;Following I have achieved but still few tables need to be added to a model&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14955iFE06AD2978CDCA4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but few tables still need to be inserted like following&lt;/P&gt;&lt;P&gt;/&lt;U&gt;&lt;STRONG&gt;/Master_ComplianceRating:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;//LOAD ID,&lt;BR /&gt;// COMPLIANCEID,&lt;BR /&gt;// DESCRIPTION,&lt;BR /&gt;// RATING,&lt;BR /&gt;// ISACTIVE,&lt;BR /&gt;// MAXSCORE,&lt;BR /&gt;// LOCTYPEID,&lt;BR /&gt;// DEPTCODE,&lt;BR /&gt;// AuditorInputType&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_Master_ComplianceRating_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;tblCheckListMapping&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;//LOAD ID,&lt;BR /&gt;// CHLLISTCODE,&lt;BR /&gt;// LocTypeId,&lt;BR /&gt;// LocCode,&lt;BR /&gt;// LocName,&lt;BR /&gt;// IsActive,&lt;BR /&gt;// CreatedBy,&lt;BR /&gt;// CreatedDate,&lt;BR /&gt;// ModifiedBy,&lt;BR /&gt;// ModifiedDate,&lt;BR /&gt;// RecordType&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_tblCheckListMapping_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;/UserLocationMapping:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;//LOAD //Id as UserLocationMapping_ID ,&lt;BR /&gt;// UserId,&lt;BR /&gt;// LocCode as UserLocationMapping_LocCode ,&lt;BR /&gt;// IsActive as UserLocationMapping_IsActive ,&lt;BR /&gt;// CreatedBy as UserLocationMapping_CreatedBy,&lt;BR /&gt;// CreatedDate as UserLocationMapping_CreatedDate,&lt;BR /&gt;// ModifiedBy as UserLocationMapping_ModifiedBy,&lt;BR /&gt;// ModifiedDate as UserLocationMapping_ModifiedDate,&lt;BR /&gt;// LocTypeId as UserLocationMapping_LocTypeId ,&lt;BR /&gt;// RecordType&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_UserLocationMapping_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;//Master_Department:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;//LOAD ID,&lt;BR /&gt;// DeptCode,&lt;BR /&gt;// LocTypeId,&lt;BR /&gt;// DepartmentName,&lt;BR /&gt;// IsActive,&lt;BR /&gt;// CountryCode,&lt;BR /&gt;// StateCode,&lt;BR /&gt;// CityCode,&lt;BR /&gt;// CreatedBy,&lt;BR /&gt;// CreatedDate,&lt;BR /&gt;// ModifiedBy,&lt;BR /&gt;// ModifiedDate,&lt;BR /&gt;// ClusterCode,&lt;BR /&gt;// LocName,&lt;BR /&gt;// InvoiceAccount,&lt;BR /&gt;// WareHouseCode,&lt;BR /&gt;// CustGroup,&lt;BR /&gt;// NoOfRegs,&lt;BR /&gt;// ContactPerson,&lt;BR /&gt;// ContactEmail,&lt;BR /&gt;// Address,&lt;BR /&gt;// Longitude,&lt;BR /&gt;// Latitude,&lt;BR /&gt;// TypeOfCC,&lt;BR /&gt;// AreaOfCC&lt;BR /&gt;//FROM&lt;BR /&gt;//[D:\Qlikview Work\QAD Dashboard\Stage1\QVD\Stage1_Master_Department_DrLalAuditPortal.qvd]&lt;BR /&gt;//(qvd);&lt;BR /&gt;//&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 07:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-modeling-issue/m-p/1599306#M597173</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-07-05T07:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: data modeling issue</title>
      <link>https://community.qlik.com/t5/QlikView/data-modeling-issue/m-p/1607730#M597174</link>
      <description>&lt;P&gt;Try the Design Blog area for some posts that may be helpful, the other thing would be the education site for any online content there etc., and with this, you could potentially do Sense courses related to data modeling as well, as View and Sense are going to be similar in this regard, so what you learn from one you can apply to the other as well.&lt;/P&gt;
&lt;P&gt;Design Blog area:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Practices for Data Modeling:&amp;nbsp;&lt;A href="http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/LoadData/best-practices-data-modeling.htm" target="_blank"&gt;http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/LoadData/best-practices-data-modeling.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Qlik Training site:&amp;nbsp;&lt;A href="https://www.qlik.com/us/services/training" target="_blank"&gt;https://www.qlik.com/us/services/training&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 20:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-modeling-issue/m-p/1607730#M597174</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-30T20:09:40Z</dc:date>
    </item>
  </channel>
</rss>

