<?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: Dates in Variables but Formatting Issue In Textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106343#M366365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to see the button when opening the full thread in the browers (not viewing from within the inbox)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 08:29:06 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-15T08:29:06Z</dc:date>
    <item>
      <title>Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106337#M366359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have been trying several different ways to Display a Date which actually is in correct Format in a Variable &lt;/P&gt;&lt;P&gt;but when I try to display this in a text box I can not get it to format correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attachment &lt;/P&gt;&lt;P&gt;any Help appreciated and is there any quick reference sheet with formatting dates in script expressions, text boxes etc.;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106337#M366359</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2016-06-14T06:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106338#M366360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter, not sure what the issue is, I've created a text box and used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vDateFromDisplay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and got back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13/06/16&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 15:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106338#M366360</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106339#M366361</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;STRONG&gt;='From Date'&amp;amp;'&amp;nbsp; ' &amp;amp;&lt;SPAN style="color: #ff0000;"&gt;vDateFromDisplay&lt;/SPAN&gt;&amp;amp;' '&amp;amp;'To Date ' &amp;amp;$(vDatesTo)&amp;amp;'&amp;nbsp;&amp;nbsp; '&amp;amp;'........I need this to show 13/06/16'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="127859" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127859_Capture.PNG" style="height: 317px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 15:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106339#M366361</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-14T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106340#M366362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The complete expression with from and to date then looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='From Date'&amp;amp;'&amp;nbsp; ' &amp;amp; vDateFromDisplay &amp;amp;' '&amp;amp;'To Date ' &amp;amp; vDatetoDisplay &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason why your version did not work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the dollar sign expansion the expression looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;='From Date'&amp;amp;'&amp;nbsp; ' &amp;amp; 13/06/16&amp;nbsp; &amp;amp;' '&amp;amp;'To Date ' &amp;amp; vDatetoDisplay &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and 13 divided by 6 divided by 16 equals to 0,13541666666666666666666666666667&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 15:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106340#M366362</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T15:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106341#M366363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;thanks for this &lt;/P&gt;&lt;P&gt;I was trying to using these formats &lt;/P&gt;&lt;P&gt;$(vDateFromDisplay)&amp;nbsp; or&amp;nbsp;&amp;nbsp; ' $(vDateFromDisplay) '&amp;nbsp; but did not use vDateFromDisplay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also your explanation makes sense now why I was getting decimal value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be good to get these rules straight where to use what format e.g.:&amp;nbsp; Script , Expression Textbox for variables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;regards Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 06:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106341#M366363</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2016-06-15T06:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106342#M366364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;I wish to mark your answer correct ...I always have trouble seeing this Correct answer button , all I see is the actions drop down and mark a Helpful !!&lt;/P&gt;&lt;P&gt;How do I navigate to this button correctly ?...currently my discussion is waiting for Moderation to accept my reply&lt;/P&gt;&lt;P&gt;does this have an effect on this button ...tried 2 browsers but I can not see it in either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think a lot of other users have this very same issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 06:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106342#M366364</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2016-06-15T06:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106343#M366365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to see the button when opening the full thread in the browers (not viewing from within the inbox)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 08:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106343#M366365</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-15T08:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106344#M366366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;I have read your link but&amp;nbsp; No Go, I can not see button ..see below what i see this page has white back ground and I clicked by hit heading&lt;/P&gt;&lt;P&gt;Stefan please explain step by step how I get to this button ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;see below this is what I see this page has white back ground and I clicked by hit heading&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this page I am looking at .....the address =&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;A href="https://community.qlik.com/message/1060409"&gt;Dates in Variables but Formatting Issue In Textbox&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ButtonMissing.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128044_ButtonMissing.png" style="height: 458px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106344#M366366</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2016-06-15T22:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106345#M366367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like you haven't marked the discussion as question, so there is no option to mark it as answered &lt;/P&gt;&lt;P&gt;(not sure if you can set it to closed at all, is there an option at the very top, near the first post?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-16 00_54_19-Start New Discussion _ Qlik Community.png" class="jive-image image-1" src="/legacyfs/online/128046_2016-06-16 00_54_19-Start New Discussion _ Qlik Community.png" style="height: 293px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is an option to close the thread in any way, do so. If not, don't worry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106345#M366367</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-15T22:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106346#M366368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;I have checked but there is no way I can see to close it ...I have looked under Edit but nothing to fix this,&lt;/P&gt;&lt;P&gt;also I have re loaded a new discussion and I noticed that the mark for discussion box is ticked by default ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and why would it let me mark it Helpful if it was not a question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway I will double check next discussion I do , it seems very erratic very frustrating not knowing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry Stefan&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;P&gt;regards Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106346#M366368</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2016-06-15T23:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106347#M366369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi Peter - &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marking correct answer is one way to reward as well as highlight useful responses. But there is another way using helpful answer. You have marked one of my response as helpful, I suggest marking Stefan's response/s as helpful as well. You can mark as many helpful as you want so mark all those responses you found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106347#M366369</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T00:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106348#M366370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;good suggestion..... I have done that now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks regards Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106348#M366370</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2016-06-16T00:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in Variables but Formatting Issue In Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106349#M366371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Thank you Peter!&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Best,&lt;/P&gt;&lt;P class=""&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-in-Variables-but-Formatting-Issue-In-Textbox/m-p/1106349#M366371</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T00:13:07Z</dc:date>
    </item>
  </channel>
</rss>

