<?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: Get definition of a variable from QlikView in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100581#M6689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, that is exactly what is doing and it makes sense because is getting all the sales up to the last day of the month so today's sales are not included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much Vitalii Chuprina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2018 17:10:41 GMT</pubDate>
    <dc:creator>carlos_horta1</dc:creator>
    <dc:date>2018-11-01T17:10:41Z</dc:date>
    <item>
      <title>Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100572#M6680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if there is a way to get the definition of a variable on QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Variable called vSETYTD that is used when we want to return the Year To Day sales. If I select 2018 and January on my filters, the variable shows this: &lt;/P&gt;&lt;P&gt;{ $&amp;lt;Year={2018},MonthDayNo={"&amp;lt;131"},Month=,[Month Year]=,Quater=,Date=&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, on my straight table I have the expression:&lt;/P&gt;&lt;P&gt;=sum($(vSETYTD) Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now, I want to also only have the sales greater than 0. I have tried:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=sum({$&amp;lt;Sales={"&amp;gt;0"}, $(vSETYTD)&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=sum({$&amp;lt;Sales={"&amp;gt;0"}&amp;gt;, $(vSETYTD)} Sales)&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;But no luck.&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;I would like to know how MonthDayNo is defined so I can just copy the expression instead of using the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there any way I can achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 15:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100572#M6680</guid>
      <dc:creator>carlos_horta1</dc:creator>
      <dc:date>2018-11-01T15:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100573#M6681</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;Year={2018},MonthDayNo={"&amp;lt;131"},Month=,[Month Year]=,Quater=,Date=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then this&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;&lt;STRONG&gt;=sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{ $&amp;lt;&lt;/SPAN&gt;$(vSETYTD)&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;=sum({$&amp;lt;Sales={"&amp;gt;0"}, $(vSETYTD)&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100573#M6681</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100574#M6682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem with your variable vSETYTD, it have brackets:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;STRONG&gt;{ $&amp;lt;Year={2018},MonthDayNo={"&amp;lt;131"},Month=,[Month Year]=,Quater=,Date=&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;You should remove brackets in variable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;Year={2018},MonthDayNo={"&amp;lt;131"},Month=,[Month Year]=,Quater=,Date=&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;Then you can use it, but with small changes in the expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;sum({$&amp;lt;$(vSETYTD)&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13.33px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;sum({$&amp;lt;Sales={"&amp;gt;0"}, $(vSETYTD)&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13.33px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13.33px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;Or you can add &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13.33px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Sales={"&amp;gt;0"} into variable&lt;/SPAN&gt;&lt;STRONG style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13.33px; white-space: normal; text-decoration: none; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; text-align: left; font-variant: normal; font-style: normal; background-color: transparent; display: inline !important; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d;"&gt;{ $&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: transparent;"&gt;Year={2018},MonthDayNo={"&amp;lt;131"},&lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13.33px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: transparent;"&gt;Sales={"&amp;gt;0"} &lt;/SPAN&gt;,Month=,[Month Year]=,Quater=,Date=&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13.33px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: transparent;"&gt;&lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13.33px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; text-decoration: none; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;Vitalii&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100574#M6682</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-11-01T16:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100575#M6683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the thing, I can't modify the variable. The way I get to qlikview is with a link and I can just see the data and create new tabs but i can't modify any variables. So I was hoping there was a way to at least see how &lt;SPAN style="font-weight: inherit;"&gt;MonthDayNo was defined so i can write the whole expression instead of using vSETYTD.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100575#M6683</guid>
      <dc:creator>carlos_horta1</dc:creator>
      <dc:date>2018-11-01T16:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100576#M6684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new straight table with just $(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vSETYTD) as your expression.... make sure not to get any label. Export the chart to Excel and your label will be the definition of your variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100576#M6684</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-01T16:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100577#M6685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100577#M6685</guid>
      <dc:creator>carlos_horta1</dc:creator>
      <dc:date>2018-11-01T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100578#M6686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The label returns the result inside the brackets but not the formula. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{$&amp;lt;Year={2018}, MonthDayNo={"&amp;lt;=331"},Month=,[Month Year]=,Quarter=,Date=&amp;gt;}&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;I know that Year={$(#=Only(Year))} and that is why I get 2018. But I haven't found the formula for MonthDayNo&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100578#M6686</guid>
      <dc:creator>carlos_horta1</dc:creator>
      <dc:date>2018-11-01T16:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100579#M6687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it returns last day of month.&lt;/P&gt;&lt;P&gt;131 = January31, so if you want see YTD data by 14 February, you should write: 214&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;{ $&amp;lt;Year={2018},MonthDayNo={"&amp;lt;214"},&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13.33px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Sales={"&amp;gt;0"}, &lt;/SPAN&gt;Month=,[Month Year]=,Quater=,Date=&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Vitalii&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100579#M6687</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-11-01T16:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100580#M6688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;MonthDayNo can be calculated as Max(&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;MonthDayNo&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;STRONG&gt;MonthDayNo &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;STRONG&gt;= {"&amp;lt;=$(=max(&lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: transparent;"&gt;MonthDayNo &lt;/SPAN&gt;))"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Vitalii&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100580#M6688</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-11-01T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get definition of a variable from QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100581#M6689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, that is exactly what is doing and it makes sense because is getting all the sales up to the last day of the month so today's sales are not included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much Vitalii Chuprina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-definition-of-a-variable-from-QlikView/m-p/100581#M6689</guid>
      <dc:creator>carlos_horta1</dc:creator>
      <dc:date>2018-11-01T17:10:41Z</dc:date>
    </item>
  </channel>
</rss>

