<?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: QV12 Boolean not a dual? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1682360#M594928</link>
    <description>&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000063470" target="_blank"&gt;https://support.qlik.com/articles/000063470&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have set some dual values to reset the 1 or 0 to Yes and No with the duals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have not yet upgraded to 12.40.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 08:28:19 GMT</pubDate>
    <dc:creator>Michiel_QV_Fan</dc:creator>
    <dc:date>2020-03-06T08:28:19Z</dc:date>
    <item>
      <title>QV12 Boolean not a dual?</title>
      <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617401#M594922</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are using True() and False() in scripting to create booleans.&lt;/P&gt;&lt;P&gt;According to the help text True() and False() create a dual but&amp;nbsp; after upgrading to QV12, version 12.40.20000.0 April 2019 I only get -1 or 0 where previously (, that is in QV11, )True and False were shown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fields are used in a multibox.&lt;/P&gt;&lt;P&gt;If I add the field to a tablebox it also shows -1 and 0. Representation is set to Text.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;Helptext:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/MathConstantsAndParamFreeFunctions/mathematical-functions.htm?id=809#True" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/MathConstantsAndParamFreeFunctions/mathematical-functions.htm?id=809#True&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617401#M594922</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2024-11-16T20:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: QV12 Boolean not a dual?</title>
      <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617416#M594923</link>
      <description>&lt;P&gt;It might be a bug in this release or there were changes within your load-process so that those fields lost their dual-feature and only the numeric values was stored.&lt;/P&gt;&lt;P&gt;Maybe it's an alternatively to set this explicit with the dual-function: dual(true(), true())&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 07:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617416#M594923</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-08-28T07:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: QV12 Boolean not a dual?</title>
      <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617448#M594924</link>
      <description>&lt;P&gt;Marcus, I tried that and it works. However, it doesn't make sense of course to dual a dual function. Moreover, this is used extensively throughout the qlikview so editing and maintaining this in case of a possible bug isn't the best way to go.&lt;/P&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;one of the statements used:&lt;/P&gt;&lt;P&gt;if(isnull(PlannedDate), null(), if(isnull(ActualDate), false(), true())) as IsDelivered&lt;/P&gt;&lt;P&gt;results in -1 or 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please review the attached png with results and basic settings.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 08:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617448#M594924</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2019-08-28T08:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: QV12 Boolean not a dual?</title>
      <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617483#M594925</link>
      <description>&lt;P&gt;Such change mustn't be so expensive as it at a first glance looked because it could be changed with the replace-feature triggered by CTRL + H. But of course you need to be carefully with it and only doing after ensuring that there are backups.&lt;/P&gt;&lt;P&gt;But before I think it would be sensible to check if there is really a bug or maybe a change in your load-logic or maybe an intentional processing-change in Qlik.&lt;/P&gt;&lt;P&gt;One very easy way would be to put true() within a textbox or a table and to look what happens. Another check would be to create a new qvw with a simple table and few records with true/false and true/false/null and dual(true/false) and dual(true/false/null) as columns and also storing them into a qvd. Then again checking the results within a textbox/table directly from the loaded table and then also dropping the table and loading the qvd once optimized and once non optimized (maybe enforced per where 1=1).&lt;/P&gt;&lt;P&gt;A further check could also be to look at the qvd's with a editor like notepad++. Is there any difference by a field if true/false are created implicitely/explicitely and also if the new ones differ to older ones (with QV 11 created) from you.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 09:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1617483#M594925</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-08-28T09:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: QV12 Boolean not a dual?</title>
      <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1620696#M594926</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Michiel, you are running the Initial Release version of 12.40, can you pull the SR1 release and check it?&amp;nbsp; If you still see the issue, leave a new post, and I can try to get R&amp;amp;D to have a look at things at that point, but I need to be sure the fix is not in SR1 first.&amp;nbsp; The Release Notes are not leading me to believe it will work any differently, but if you can verify, that would be great, or if you can attach a sample app with the issue, I should be able to use that to test myself, just want to be sure I do not screw things up here.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 17:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1620696#M594926</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-05T17:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: QV12 Boolean not a dual?</title>
      <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1682285#M594927</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;Have this issue been solved? Could you share how you solved it?&lt;/P&gt;&lt;P&gt;I'm having the same issue with .qvw that were built on version 12.10 while using them with version 12.40 (SR3).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Claire&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 23:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1682285#M594927</guid>
      <dc:creator>ClaireZ</dc:creator>
      <dc:date>2020-03-05T23:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: QV12 Boolean not a dual?</title>
      <link>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1682360#M594928</link>
      <description>&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000063470" target="_blank"&gt;https://support.qlik.com/articles/000063470&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have set some dual values to reset the 1 or 0 to Yes and No with the duals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have not yet upgraded to 12.40.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 08:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV12-Boolean-not-a-dual/m-p/1682360#M594928</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2020-03-06T08:28:19Z</dc:date>
    </item>
  </channel>
</rss>

