<?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: Synthetic Key Issues Driving Me Mad in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510316#M104876</link>
    <description>&lt;P&gt;Have you considered Concatenating these tables instead of keeping them seperate?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2025 15:12:16 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2025-03-17T15:12:16Z</dc:date>
    <item>
      <title>Synthetic Key Issues Driving Me Mad</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510297#M104868</link>
      <description>&lt;P&gt;I am using Qlik Sense with a VizLib Gantt Chart. I have my data loaded and have 11 custom milestones, each coming from their own tables.&lt;/P&gt;&lt;P&gt;I have been tasked with custom coloring the milestones based on a pre-defined criteria. However, when I go into milestone styling and use an expression, it is not working. So I have tried going into the data loader and adding a key to each table so I can check against the key in the Color by Expression but no matter what I try, I keep generating synthetic keys. I know WHY it is happening, but I can't figure out a way to get around it.&lt;/P&gt;&lt;P&gt;The chart works exactly as we want it to work, with the exception of the dynamic coloring.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of my data load:&lt;/P&gt;&lt;P&gt;Milestone_Roadmap_Link_AP:&lt;BR /&gt;Load&lt;BR /&gt;"ID",&lt;BR /&gt;"Milestone Title" as "_milestoneRoadmap_Title_AP",&lt;BR /&gt;"Milestone_Status_Stage" as "_milestoneRoadmap_Milestone_Status_Stage_AP",&lt;BR /&gt;"Current_Milestone_Date" as "_curMilestoneDate_AP",&lt;BR /&gt;Autonumber(1 &amp;amp; '|' &amp;amp; "ID") as Milestone_Roadmap_Key&lt;BR /&gt;Resident "Milestones"&lt;BR /&gt;Where "Milestone Title" like ('AP');&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Milestone_Roadmap_Link_R_and_D:&lt;BR /&gt;Load&lt;BR /&gt;"ID",&lt;BR /&gt;"Milestone Title" as "_milestoneRoadmap_Title_R_and_D",&lt;BR /&gt;"Milestone_Status_Stage" as "_milestoneRoadmap_Milestone_Status_Stage_R_and_D",&lt;BR /&gt;"Current_Milestone_Date" as "_curMilestoneDate_R_and_D",&lt;BR /&gt;Autonumber(2 &amp;amp; '|' &amp;amp; "ID") as Milestone_Roadmap_Key&lt;BR /&gt;Resident "Milestones"&lt;BR /&gt;Where "Milestone Title" like ('R&amp;amp;D');&lt;/P&gt;&lt;P&gt;This is throwing a synthetic key on ID + Milestone_Roadmap_Key.&lt;/P&gt;&lt;P&gt;I have tried creating a lookup table, but that still throws a synthetic key. I have to have the ID in the tables, that is non-negotiable, but I need to be able to assign some kind of ID to the individual milestone to check against in the color expression.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 14:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510297#M104868</guid>
      <dc:creator>Evan0211</dc:creator>
      <dc:date>2025-03-17T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issues Driving Me Mad</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510308#M104870</link>
      <description>&lt;P&gt;The data-model is IMO not suitable. Both tables (and maybe also the others) contain the same data and belong therefore into the same table. With "Milestone Titel" exists already an information to differentiate between the different sub-sets of data.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 15:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510308#M104870</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-17T15:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issues Driving Me Mad</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510316#M104876</link>
      <description>&lt;P&gt;Have you considered Concatenating these tables instead of keeping them seperate?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 15:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510316#M104876</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-03-17T15:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issues Driving Me Mad</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510354#M104885</link>
      <description>&lt;P&gt;I have not tried that approach, I will give that a try this afternoon. Thanks, I should have thought of that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 16:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510354#M104885</guid>
      <dc:creator>Evan0211</dc:creator>
      <dc:date>2025-03-17T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issues Driving Me Mad</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510554#M104919</link>
      <description>&lt;P&gt;Concatenating the data also does not work but I think I have gotten around the synthetic key issue by using a UniqueKey, however I now have an issue where the milestone inside the gantt chart does not see the dimension I have created that holds the color when the gantt chart expands. It only sees it when the chart expands AND the milestone is then clicked on.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 19:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Issues-Driving-Me-Mad/m-p/2510554#M104919</guid>
      <dc:creator>Evan0211</dc:creator>
      <dc:date>2025-03-18T19:24:30Z</dc:date>
    </item>
  </channel>
</rss>

