<?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: Next and Prev button to nevigate different Item in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553496#M440465</link>
    <description>Great ! that I could help.</description>
    <pubDate>Thu, 07 Mar 2019 11:04:34 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2019-03-07T11:04:34Z</dc:date>
    <item>
      <title>Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550225#M440203</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hope you are doing well.&lt;/P&gt;&lt;P&gt;I have a requirement like in Straight Table I need to show Sales By Items. Each time it will show only one Item.&lt;/P&gt;&lt;P&gt;By default it will show for the least Item no. We will have two buttons NEXT and PREV. Once user will click Next button, chart will show for next item and when user will click Prev button, chart will show sales for previous Item.&lt;/P&gt;&lt;P&gt;Could you please help me to design that. I could not found any suitable Action / Button for this.&lt;/P&gt;&lt;P&gt;I am attaching the sample QVW here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550225#M440203</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2024-11-16T04:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550227#M440204</link>
      <description>&lt;P&gt;Hi Sarif,&lt;/P&gt;&lt;P&gt;Why don't you use native Cyclic group functionality? put all required fields into the group and use this group as a dimension for your chart(s) - it would be more "natural" solution for QlikView rather than using buttons and actions.&lt;/P&gt;&lt;P&gt;However, if you really want to implement this "button" approach, you would need to create a separate satellite table like:&lt;/P&gt;&lt;P&gt;Index, DimensionName&lt;/P&gt;&lt;P&gt;1, Dim1&lt;/P&gt;&lt;P&gt;2, Dim2&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;In actions you would need to change variable from 1 to max (whatever number you have), and in chart you would need to use an expression as a dimension:&lt;/P&gt;&lt;P&gt;=$(only({&amp;lt;Index={$(=YourVariable)}&amp;gt;} DimensionName))&lt;/P&gt;&lt;P&gt;But again, it's not recommended approach from application performance point of view.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 05:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550227#M440204</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-02-28T05:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550246#M440208</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;&lt;P&gt;For Cyclic group we can handle multiple fields. However we need to implement this for Only Item Number.&lt;/P&gt;&lt;P&gt;For every click, chart will move to next Item Number. So any way I think we need to do this using Button.&lt;/P&gt;&lt;P&gt;Could you please guide me how to implement do this. How we will create this index.&lt;/P&gt;&lt;P&gt;I think the satellite table should have Index and Item No.&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 07:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550246#M440208</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2019-02-28T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550814#M440252</link>
      <description>&lt;P&gt;Hi Sarif,&lt;/P&gt;&lt;P&gt;Now I understood your requirements better, so please find attached the example.&lt;/P&gt;&lt;P&gt;NOTE: I'm using inter-record function (Fieldvalue) and the order of values is the same as they were loaded into Qlik data model (in script), make sure to sort them accordingly beforehand.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 22:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1550814#M440252</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-02-28T22:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1551044#M440274</link>
      <description>&lt;P&gt;Thanks Andrei.&lt;/P&gt;&lt;P&gt;This is what I am looking for.&lt;/P&gt;&lt;P&gt;But one thing. In this case the selection is not working. If I select any Item, the chart is not changing. It changing only when we are clicking Next or Prev button.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 11:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1551044#M440274</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2019-03-01T11:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1551505#M440323</link>
      <description>&lt;P&gt;Hi Sarif,&lt;/P&gt;&lt;P&gt;FieldValue() function will not allow you to make selections (at least easily)...&lt;/P&gt;&lt;P&gt;You can try load data island table with distinct ItemNumber values and Index column (1,2...) and the rest pretty much similar to existing solution, so you would be able to use Next/Prev buttons.&lt;/P&gt;&lt;P&gt;To be able to select something, I'd recommend to use Alternate state and Always One selected value as in attached example.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 03:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1551505#M440323</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-04T03:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553398#M440452</link>
      <description>&lt;P&gt;Hi Sarif,&lt;/P&gt;&lt;P&gt;I could not open your app; created a sample from my side and tried a solution. PFA and let me know how it goes.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553398#M440452</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-03-07T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553414#M440453</link>
      <description>&lt;P&gt;Thanks TB. But I cant see any data in the Straight Table, where u have used the expression.&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553414#M440453</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2019-03-07T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553425#M440454</link>
      <description>&lt;P&gt;Is not this (below) visible to you?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 822px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7453iE876DB40A3A189E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553425#M440454</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-03-07T09:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553438#M440456</link>
      <description>&lt;P&gt;No I can see like this.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553438#M440456</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2019-03-07T09:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553442#M440457</link>
      <description>I am afraid that you are using older qv version (prior to 12). I used aggr() with sortable parameters which is only available qv 12+ versions. That could be the issue. What is your qv version?</description>
      <pubDate>Thu, 07 Mar 2019 09:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553442#M440457</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-03-07T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553453#M440459</link>
      <description>Yes .. I am using Version 11. Let me try in V12. I will let you know.&lt;BR /&gt;Thanks a lot dear for quick help.&lt;BR /&gt;Thanks,&lt;BR /&gt;Sarif</description>
      <pubDate>Thu, 07 Mar 2019 09:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553453#M440459</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2019-03-07T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553492#M440463</link>
      <description>awesome …. working … thanks...</description>
      <pubDate>Thu, 07 Mar 2019 11:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553492#M440463</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2019-03-07T11:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Next and Prev button to nevigate different Item</title>
      <link>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553496#M440465</link>
      <description>Great ! that I could help.</description>
      <pubDate>Thu, 07 Mar 2019 11:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Next-and-Prev-button-to-nevigate-different-Item/m-p/1553496#M440465</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-03-07T11:04:34Z</dc:date>
    </item>
  </channel>
</rss>

