<?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: Conditional Show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209846#M878609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The goal is to show text in a text box informing the user that the reload failed hence the conditional show. if the reload is successful nothing will be shown the text box will be hidden. the text box has red font on the dashboard which says, " Reload failed please contact XXXX"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2016 23:00:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-21T23:00:53Z</dc:date>
    <item>
      <title>Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209839#M878602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text box that I want to show based on a condition but it is not working. Am i missing something???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(DATE(ReloadTime(), 'DD/MM/YYYY') = DATE(Today(), 'DD/MM/YYYY'), 0, 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209839#M878602</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209840#M878603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as your conditional hide/show expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Floor(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ReloadTime()) = Floor(Today(1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 15:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209840#M878603</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-21T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209841#M878604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck there Still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 15:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209841#M878604</guid>
      <dc:creator />
      <dc:date>2016-10-21T15:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209842#M878605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked in a text box object the value of the two things&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ReloadTime()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are they both showing today's date or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 16:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209842#M878605</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-21T16:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209843#M878606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DATE(ReloadTime(), 'DD/MM/YYYY') = DATE(Today(), 'DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 16:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209843#M878606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-21T16:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209844#M878607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refreshtime:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QvdCreateTime('$(vQVD_E_Directory)\YOURFACTTABLE.QVD') AS QVDTIME&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use above script to generate a field for your QVD refresh time. If that's what your goal is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this field in front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 16:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209844#M878607</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-21T16:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209845#M878608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Layout / Show / Conditional not need to use the "If".&lt;/P&gt;&lt;P&gt;Just the condition to be shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 17:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209845#M878608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-21T17:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209846#M878609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The goal is to show text in a text box informing the user that the reload failed hence the conditional show. if the reload is successful nothing will be shown the text box will be hidden. the text box has red font on the dashboard which says, " Reload failed please contact XXXX"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 23:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209846#M878609</guid>
      <dc:creator />
      <dc:date>2016-10-21T23:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209847#M878610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yes the dates are showing fine however &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;The goal is to show text in a text box informing the user that the reload failed hence the conditional show. if the reload is successful nothing will be shown the text box will be hidden. the text box has red font on the dashboard which says, " Reload failed please contact XXXX"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The textbox will be hidden if Reloadtime() = Today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Textbox will show if reload time() is less than today. e.g. yesterday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 23:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209847#M878610</guid>
      <dc:creator />
      <dc:date>2016-10-21T23:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209848#M878611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are the same and they need to be hidden, then you need this condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Floor(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ReloadTime()) &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;&amp;lt;&amp;gt;&lt;/SPAN&gt; Floor(Today(1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 14:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209848#M878611</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-22T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209849#M878612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use Today(2) -- date document was opened -- as more efficient. So either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Floor(ReloadTime()) &amp;lt;&amp;gt; Today(2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=NOT InDay(ReloadTime(), Today(2), 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 14:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209849#M878612</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-22T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209850#M878613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck with one I have found One that it works if i go to font&amp;gt; calculated then use the expression however with the text box that displays a warning icon i have no luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 07:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209850#M878613</guid>
      <dc:creator />
      <dc:date>2016-10-24T07:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209851#M878614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck with one I have found One that it works if i go to font&amp;gt; calculated then use the expression however with the text box that displays a warning icon i have no luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209851#M878614</guid>
      <dc:creator />
      <dc:date>2016-10-24T08:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209852#M878615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the warning Icon I went with =IF(Floor(ReloadTime()) &amp;lt; Today(2), 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png', '')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209852#M878615</guid>
      <dc:creator />
      <dc:date>2016-10-24T08:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209853#M878616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the warning icon i used =IF(Floor(ReloadTime()) &amp;lt; Today(2), 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png', '') and it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209853#M878616</guid>
      <dc:creator />
      <dc:date>2016-10-24T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209854#M878617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the frequency of your load ? If it is daily then daily "DD/MM/YYYY' would be enough. If the frequency of the load is more than twice in a day then you will require time stamp to compare both reload time and today().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209854#M878617</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-10-24T08:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209855#M878618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pfa sample. Hope this is you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209855#M878618</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-10-24T08:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209856#M878619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of converting to Date, convert it to num (used floor and it contains decimal values) and do the comparison it will work as expected,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Floor(ReloadTime()) = Floor(Today()), 0, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 10:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209856#M878619</guid>
      <dc:creator>leni_harishwara</dc:creator>
      <dc:date>2016-10-24T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209857#M878620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one. It works 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Floor( num(DATE(ReloadTime(),'DD/MM/YYYY') ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;Floor( num( DATE(Today(),'DD/MM/YYYY')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put both conditions in variables if possible and use variable here in comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 10:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209857#M878620</guid>
      <dc:creator />
      <dc:date>2016-10-24T10:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209858#M878621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be help &lt;/P&gt;&lt;P&gt;=if(Floor(ReloadTime())=Floor(Today()),0,1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 12:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show/m-p/1209858#M878621</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-10-24T12:25:40Z</dc:date>
    </item>
  </channel>
</rss>

