<?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: No hard coding for an exception in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867378#M303425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My general guess is that you need to work on the data model further to cater for your needs and requirements. In this case I guess you are basically just adding a new label, and the data is still associated to the old label. The way to could approach that depends on what your data model looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I'm not sure I fully understand you data model and expected outcome. A simple sample would help me get a better understanding of your scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 22:37:04 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2015-05-04T22:37:04Z</dc:date>
    <item>
      <title>No hard coding for an exception</title>
      <link>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867373#M303420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have completed my data modelling., Now I need to add one exception condition that for certain countries, for certain list of products, manfucturer should be X not Y. It can be easily done by hard coding which I am not allowed. Can someone please suggest a better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. If I select country like JAPAN, and product as ' CAMERA 1', the manfucture always comes as CANON. Which I want to change to NIKON.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 03:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867373#M303420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-04T03:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: No hard coding for an exception</title>
      <link>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867374#M303421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would consider the examples you show as dimensional data, and as such you should not try to generate non-existing relation in the front end objects. Solving this in the data model is the easiest and most reliable way. It does not mean you have to change the existing data but add a new field with the "alternative dimensions". Technically you might be able to use a mapping table to solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 04:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867374#M303421</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-04T04:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: No hard coding for an exception</title>
      <link>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867375#M303422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you just want to show this label eg. in a straight table, you could use a simple if-then expression: e.g.&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Country)='Japan' and GetFieldSelections(Product)='Camera 1', 'Nikon', Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this can get quite complex depending how much exceptions you have...so Toni's approach is much better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 04:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867375#M303422</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-04T04:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: No hard coding for an exception</title>
      <link>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867376#M303423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Toni!! It helped.. I was trying mapping table.. but I wasnt including the new alternative dimension. I was just using the alternative dimension as a Field to link. Your explanation made me clear where i went wrong!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 06:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867376#M303423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-04T06:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: No hard coding for an exception</title>
      <link>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867377#M303424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this method but I am fcing another issue. the alternatice dimension does have new values, but the associated values do not change.&lt;/P&gt;&lt;P&gt;Eg. If I changed the Manufacturer from X to Y, It does show Y for that country and product, but the coressponding values like Corporation Desc, Corp ID , Mfr ID do not change. And I canot add so many fileds into Mapping table as the data is huge and does not make sense. Please advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 09:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867377#M303424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-04T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: No hard coding for an exception</title>
      <link>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867378#M303425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My general guess is that you need to work on the data model further to cater for your needs and requirements. In this case I guess you are basically just adding a new label, and the data is still associated to the old label. The way to could approach that depends on what your data model looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I'm not sure I fully understand you data model and expected outcome. A simple sample would help me get a better understanding of your scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 22:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-hard-coding-for-an-exception/m-p/867378#M303425</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-04T22:37:04Z</dc:date>
    </item>
  </channel>
</rss>

