<?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: Transition from 1 tab to the next in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67918#M11175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your chart on the "Financial Analysis" tab, change the formula as below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194323_Capture1.PNG" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;When you select QTD on the Summary tab and select the "Gross Costs" tile, you selection will be reflected on the "Financial Analysis" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194339_Capture2.PNG" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/194340_Capture3.PNG" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need a transfer variable for each tile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2018 12:13:44 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2018-02-23T12:13:44Z</dc:date>
    <item>
      <title>Transition from 1 tab to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67915#M11172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; i am trying to pass values in my transition from one tab to the next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st tab: summary&lt;/P&gt;&lt;P&gt;2nd tab: financial analysis (FA)&lt;/P&gt;&lt;P&gt;on the summary tab, i have 2 tiles. the 1st tile has Gross Costs in it. and the 2nd has Deployed payroll. &lt;/P&gt;&lt;P&gt;on the financial analysis tab, i have just 1 tile object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO-BE: when the 'Gross Costs' tile is selected, i want to pass all the value to the financial analysis tab. and when the 'Deployed Payroll' tile is selected, i want to pass all the values on that specific tile to the tile on the 'financial analysis' tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROBLEM: to pass the values, i created a variable that stores the formula called: v_VariableTransfer&lt;/P&gt;&lt;P&gt;the issue is, the values. when Gross costs is selected, it is passing the value to the FA tab. but it stores that value in the variable. this means that when i try to change the filter on the FA tab now, the value does not respond to any value changes. &lt;/P&gt;&lt;P&gt;i need to be able to pass the formula and not the number itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if anyone has a workaround for this, or has had to do it before.thanks!&lt;/P&gt;&lt;P&gt;attached is my QlikView App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 21:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67915#M11172</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2018-02-21T21:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Transition from 1 tab to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67916#M11173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing the Set Variable for v_VariableTransfer to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetFieldSelections([Period])='YTD', '$(vCFYTD_WonGC)',&lt;/P&gt;&lt;P&gt;If(GetFieldSelections([Period])='QTD', '$(vCQTD_WonGC)',&lt;/P&gt;&lt;P&gt;If(GetFieldSelections([Period])='MTD', '$(vCMTD_WonGC)',&lt;/P&gt;&lt;P&gt;0)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the dimension Tile on the "Financial Analysis" to:&lt;/P&gt;&lt;P&gt;=$(v_VariableTransfer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 22:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67916#M11173</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-02-21T22:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Transition from 1 tab to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67917#M11174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the response.&lt;/P&gt;&lt;P&gt;the problem with that is, it's still saving the value in the variable.&lt;/P&gt;&lt;P&gt;Also, the expression above is only for the GC. How would i pass the Deployed Payroll expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 13:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67917#M11174</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2018-02-22T13:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transition from 1 tab to the next</title>
      <link>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67918#M11175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your chart on the "Financial Analysis" tab, change the formula as below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194323_Capture1.PNG" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;When you select QTD on the Summary tab and select the "Gross Costs" tile, you selection will be reflected on the "Financial Analysis" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194339_Capture2.PNG" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/194340_Capture3.PNG" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need a transfer variable for each tile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 12:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transition-from-1-tab-to-the-next/m-p/67918#M11175</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-02-23T12:13:44Z</dc:date>
    </item>
  </channel>
</rss>

