<?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: Create Date Parameter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892422#M73560</link>
    <description>Hi&lt;BR /&gt;I will send my data in sometime, please do help me. I will change the&lt;BR /&gt;required fields and send across to you&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This email and any files transmitted with it are confidential and &lt;BR /&gt;intended solely for the use of the individual or entity to whom they are &lt;BR /&gt;addressed. If you have received this email in error, please notify the &lt;BR /&gt;sender immediately by email or delete this email from your system. If you &lt;BR /&gt;are not the intended recipient, you are notified that disclosing, copying, &lt;BR /&gt;distributing or taking any action in reliance on the contents of this &lt;BR /&gt;information is strictly prohibited. The opinion expressed in this mail is &lt;BR /&gt;that of the sender and does not necessarily reflect that of Titan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WARNING: Despite best possible precautionary measures taken by Titan &lt;BR /&gt;Company Limited, computer viruses can be transmitted via email. The &lt;BR /&gt;recipient should check and scan this email and any attachments for the &lt;BR /&gt;presence of viruses. Titan Company Limited accepts no liability for any &lt;BR /&gt;damage caused by any virus transmitted by this email.****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*******************************************************************************************************************</description>
    <pubDate>Mon, 14 Feb 2022 08:55:23 GMT</pubDate>
    <dc:creator>snehasimha</dc:creator>
    <dc:date>2022-02-14T08:55:23Z</dc:date>
    <item>
      <title>Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892231#M73525</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;
&lt;P&gt;I need to create two date Parameters ie From and To date using the functions. which&amp;nbsp; will give me the Sales for the chosen years.&amp;nbsp; The free trial of the App version is ceased and hence and i can only access the same in cloud.Request to please give me a step by step creation of the same. (using functions) no scripts please.&lt;/P&gt;
&lt;P&gt;Also i need to calculate the Sales Growth for the Date parameters created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sneha Simha&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 11:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892231#M73525</guid>
      <dc:creator>snehasimha</dc:creator>
      <dc:date>2022-02-12T11:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892233#M73526</link>
      <description>&lt;P&gt;Hi, you can add two variable objects for the user to inser fron and to dates, or use a celndar object with ranged selections.&lt;/P&gt;
&lt;P&gt;The expressions that uses variables could be: Sum({&amp;lt;DateField={"&amp;gt;=$(FromVariable)&amp;lt;=$(ToVariable)"}&amp;gt;} Sales)&lt;/P&gt;
&lt;P&gt;And with calendar you can use a simple: Sum(Sales)&lt;/P&gt;
&lt;P&gt;About the growth... calculated based on what values? it would be better if you post sample data and the expected result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 11:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892233#M73526</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-02-12T11:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892301#M73535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cant possibly share the data, i want two date parameters say one for last year and one for this year.The Growth should be calculated based on the Sales for both the years.&lt;/P&gt;
&lt;P&gt;Without the code , is there a way to get the calendar generated like in Tableau&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sneha Simha&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 13:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892301#M73535</guid>
      <dc:creator>snehasimha</dc:creator>
      <dc:date>2022-02-13T13:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892309#M73537</link>
      <description>&lt;P&gt;Hi, I don't know Tableau, If you load ata using data manager a calendar is created automatically from the dates fields, one of this fields is the year.&lt;/P&gt;
&lt;P&gt;Having Year as field to make selections, the expression could be:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(Sum({&amp;lt;Year={"$(=Max(Year))&amp;gt;} Sales)-(Sum({&amp;lt;Year={"$(=Min(Year))&amp;gt;} Sales))/Sum({&amp;lt;Year={"$(=Min(Year))&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 16:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892309#M73537</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-02-13T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892343#M73546</link>
      <description>Hi&lt;BR /&gt;My data is an excel sheet and I am using&lt;BR /&gt;a trail Version on the cloud. Hence I am finding it a little difficult. If&lt;BR /&gt;it's possible request you to kindly guide me step by step please.&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This email and any files transmitted with it are confidential and &lt;BR /&gt;intended solely for the use of the individual or entity to whom they are &lt;BR /&gt;addressed. If you have received this email in error, please notify the &lt;BR /&gt;sender immediately by email or delete this email from your system. If you &lt;BR /&gt;are not the intended recipient, you are notified that disclosing, copying, &lt;BR /&gt;distributing or taking any action in reliance on the contents of this &lt;BR /&gt;information is strictly prohibited. The opinion expressed in this mail is &lt;BR /&gt;that of the sender and does not necessarily reflect that of Titan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WARNING: Despite best possible precautionary measures taken by Titan &lt;BR /&gt;Company Limited, computer viruses can be transmitted via email. The &lt;BR /&gt;recipient should check and scan this email and any attachments for the &lt;BR /&gt;presence of viruses. Titan Company Limited accepts no liability for any &lt;BR /&gt;damage caused by any virus transmitted by this email.****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*******************************************************************************************************************</description>
      <pubDate>Mon, 14 Feb 2022 03:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892343#M73546</guid>
      <dc:creator>snehasimha</dc:creator>
      <dc:date>2022-02-14T03:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892382#M73557</link>
      <description>&lt;P&gt;Hi, there are different ways to load data, ther is a data manager, where you can select a column data, mark it as date field, and the calendar is created autoamticaly. Maybe you are no using this option because usually date fields are automaticaly marked.&lt;/P&gt;
&lt;P&gt;The othre option is script editor, this is more flexible but you need to work with the script, in this case to create a year field from data you only need to a row:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LOAD &amp;lt;List of fields&amp;gt;,
  Year(DateField) as Year // this is the new row to add
FROM ...&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;If doesn't works I will need more info, post your script, or some dummy data, or something... there are a lot of different ways to do the same, you need to provide more info about your current attemps to make this work..&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 07:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892382#M73557</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-02-14T07:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892422#M73560</link>
      <description>Hi&lt;BR /&gt;I will send my data in sometime, please do help me. I will change the&lt;BR /&gt;required fields and send across to you&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This email and any files transmitted with it are confidential and &lt;BR /&gt;intended solely for the use of the individual or entity to whom they are &lt;BR /&gt;addressed. If you have received this email in error, please notify the &lt;BR /&gt;sender immediately by email or delete this email from your system. If you &lt;BR /&gt;are not the intended recipient, you are notified that disclosing, copying, &lt;BR /&gt;distributing or taking any action in reliance on the contents of this &lt;BR /&gt;information is strictly prohibited. The opinion expressed in this mail is &lt;BR /&gt;that of the sender and does not necessarily reflect that of Titan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WARNING: Despite best possible precautionary measures taken by Titan &lt;BR /&gt;Company Limited, computer viruses can be transmitted via email. The &lt;BR /&gt;recipient should check and scan this email and any attachments for the &lt;BR /&gt;presence of viruses. Titan Company Limited accepts no liability for any &lt;BR /&gt;damage caused by any virus transmitted by this email.****&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*******************************************************************************************************************</description>
      <pubDate>Mon, 14 Feb 2022 08:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892422#M73560</guid>
      <dc:creator>snehasimha</dc:creator>
      <dc:date>2022-02-14T08:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892484#M73563</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp; &amp;nbsp;Rubenmarin&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Enclosed my sample data.Please do help me.Enclosed is the screen shot as to how I want my dates and the below tabulation comprises Values and Growth based on the dates above.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snehasimha_1-1644839112499.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72199i26BDCCFD4EF2FF10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="snehasimha_1-1644839112499.png" alt="snehasimha_1-1644839112499.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV id="tinyMceEditor_b636aa86f2dbb6snehasimha_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sneha simha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892484#M73563</guid>
      <dc:creator>snehasimha</dc:creator>
      <dc:date>2022-02-14T11:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892553#M73566</link>
      <description>&lt;P&gt;You are may looking for the date picker.&lt;BR /&gt;You can find it under custom objects&amp;gt; Qlik Dashboard bundle:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 299px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72219i2ABA6CBC420C24C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 13:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892553#M73566</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-14T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892739#M73595</link>
      <description>&lt;P&gt;Hi, attached there is a sample to do this for sales, I'm using two date pickers as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151946"&gt;@chris_djih&lt;/a&gt;&amp;nbsp;suggest.&lt;/P&gt;
&lt;P&gt;Period 1 to default state and period 2 assigned to 'Comp' altern states.&lt;/P&gt;
&lt;P&gt;You can create altern states in master items, this allows to use the same field with differnt slections&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rubenmarin_0-1644867961684.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72264i50C7D092C3746D11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rubenmarin_0-1644867961684.png" alt="rubenmarin_0-1644867961684.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To use selctions of the Comp alternstaet you can use set analysis, so the epxression would be:&lt;/P&gt;
&lt;P&gt;- Period 1:&amp;nbsp;Sum(SalesValue)&lt;/P&gt;
&lt;P&gt;- Period 2(using altern state):&amp;nbsp;Sum(&lt;STRONG&gt;{Comp} &lt;/STRONG&gt;SalesValue)&lt;/P&gt;
&lt;P&gt;To calculate the group i'm using Column() function, you can also use column labels, master items or write the full expression: (Sum(&lt;STRONG&gt;{Comp} &lt;/STRONG&gt;SalesValue)-Sum(SalesValue))/Sum(SalesValue)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 19:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892739#M73595</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-02-14T19:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892923#M73623</link>
      <description>&lt;P&gt;Hi R&lt;SPAN class="UserName lia-user-name lia-user-rank-MVP"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link"&gt;&lt;SPAN class="login-bold"&gt;ubenmarin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-MVP"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link"&gt;&lt;SPAN class="login-bold"&gt;This was exactly what I was looking for , thank you so very much but the file I am unable to view is it possible for you please create it again sending the screen shots.Request you to do so , as I am unable to bring to Date pickers in the same sheet and also unable to select Date range for the years 2019-20 and 2020-2021.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-MVP"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link"&gt;&lt;SPAN class="login-bold"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-MVP"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link"&gt;&lt;SPAN class="login-bold"&gt;Sneha Simha&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV id="messageEditor_b67ba5c1d3b512_0" class="MessageEditor"&gt;&lt;A id="previewButton_b67ba5c1d3b512_56cb1" class="lia-link-navigation lia-message-editor-preview-button" href="https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892739#" target="_blank"&gt;PREVIEW&lt;/A&gt;
&lt;DIV class="lia-js-block-events"&gt;
&lt;DIV class="lia-form-row lia-form-body-entry"&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-standard"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;
&lt;DIV class="lia-form-input-wrapper"&gt;
&lt;DIV id="rich_b67ba5c1d3b512_56cb1" class="message-body-editor lia-inline-message-body-editor"&gt;
&lt;DIV class="lia-inline-ajax-feedback"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="mceu_91" class="mce-tinymce mce-container mce-panel lia-editor-gte-2" tabindex="-1" role="application"&gt;
&lt;DIV id="mceu_91-body" class="mce-container-body mce-stack-layout"&gt;
&lt;DIV id="mceu_92" class="mce-top-part mce-container mce-stack-layout-item mce-first"&gt;
&lt;DIV id="mceu_92-body" class="mce-container-body"&gt;
&lt;DIV id="mceu_93" class="mce-toolbar-grp mce-container mce-panel mce-first mce-last" tabindex="-1" role="group"&gt;
&lt;DIV id="mceu_93-body" class="mce-container-body mce-stack-layout"&gt;
&lt;DIV id="mceu_94" class="mce-container mce-toolbar mce-stack-layout-item mce-first" role="toolbar"&gt;
&lt;DIV id="mceu_94-body" class="mce-container-body mce-flow-layout"&gt;
&lt;DIV id="mceu_95" class="mce-container mce-flow-layout-item mce-first mce-last mce-btn-group" role="group"&gt;
&lt;DIV id="mceu_95-body"&gt;
&lt;DIV id="mceu_53" class="mce-widget mce-btn mce-btn-small lia-mce-toolbar-bold" tabindex="-1" role="button" aria-pressed="false" aria-label="Bold"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Feb 2022 08:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892923#M73623</guid>
      <dc:creator>snehasimha</dc:creator>
      <dc:date>2022-02-15T08:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create Date Parameter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892933#M73624</link>
      <description>&lt;P&gt;Hi, why can't you open the file? it's a qvf, you can import it in you deployment of qlik sense.&lt;/P&gt;
&lt;P&gt;There is not really more to post than in my previous post.&lt;/P&gt;
&lt;P&gt;This is the sheet with the objects:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rubenmarin_0-1644916649831.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72283iC6FB40113307556A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rubenmarin_0-1644916649831.png" alt="rubenmarin_0-1644916649831.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And Period 2 config to assign the selettor to the altern state&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rubenmarin_1-1644916713605.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72284i77938100873782F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rubenmarin_1-1644916713605.png" alt="rubenmarin_1-1644916713605.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 09:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-Date-Parameter/m-p/1892933#M73624</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-02-15T09:18:43Z</dc:date>
    </item>
  </channel>
</rss>

