<?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: Input Box using Inline Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247714#M94352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Merwan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution is definitely another way to do it, but I would like to have this working as a dropdown or something similiar where the user won't need to input a value in to allow them to navigate from sheet to sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other solutions that could acheive this, I am more than willing to give them a try!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 20:40:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-09T20:40:14Z</dc:date>
    <item>
      <title>Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247710#M94348</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;&lt;/P&gt;&lt;P&gt;In my Qlikview Application I'm using input boxes for dropdown navigation that's present on every sheet in the application. All the sheets are correctly displayed in the input box dropdown, but when I choose one of the options, they're taking me to the wrong sheet. I double checked to make sure the Sheet IDs are correct and they are. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Input Box Properties -&amp;gt; Constraints I have the Listed Values checked and used this as my expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;=concat([SalesSheets], ',')&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My inline table below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SalesSheets:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesSheets, SheetID1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.Option 1, SH24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.Option 2, SH09&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.Option 3, SH14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.Option 4, SH17&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.Option 5, SH25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.Option 6, SH05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.Option 7, SH54&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.Option 8, SH55&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how this can be fixed?&amp;nbsp; Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt; Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 20:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247710#M94348</guid>
      <dc:creator />
      <dc:date>2011-08-03T20:14:57Z</dc:date>
    </item>
    <item>
      <title>Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247711#M94349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sean ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if i got it in a wrong way ,&lt;/P&gt;&lt;P&gt;you are trying to toogle between your sheets by using a input box .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try that in this way like in sheet properties ---&amp;gt; show sheet ---&amp;gt; use condition $(vShowsheet) =1 for SH24 &amp;amp;&lt;/P&gt;&lt;P&gt;$(vShowsheet) =2 for SH19 ..............$(vShowsheet) =8 for SH55 .&lt;/P&gt;&lt;P&gt;Now declare a run time variable vShowsheet =0 &lt;/P&gt;&lt;P&gt;Now use input box on this variable to toogle from sheet1 to sheet8 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not working let me know i'll try to give you another solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Meher &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 00:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247711#M94349</guid>
      <dc:creator />
      <dc:date>2011-08-04T00:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247712#M94350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to see the attached qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 00:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247712#M94350</guid>
      <dc:creator />
      <dc:date>2011-08-04T00:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247713#M94351</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;Instead you can just try as per the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 03:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247713#M94351</guid>
      <dc:creator />
      <dc:date>2011-08-04T03:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247714#M94352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Merwan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution is definitely another way to do it, but I would like to have this working as a dropdown or something similiar where the user won't need to input a value in to allow them to navigate from sheet to sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other solutions that could acheive this, I am more than willing to give them a try!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 20:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247714#M94352</guid>
      <dc:creator />
      <dc:date>2011-08-09T20:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247715#M94353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BlackRockS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible once an option is selected in the multibox, I could have it go to that sheet? All the multibox is doing is selected the option, it's not actually performing any action which is what I need it to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all the help!&lt;/P&gt;&lt;P&gt; Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 20:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247715#M94353</guid>
      <dc:creator />
      <dc:date>2011-08-09T20:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247716#M94354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this attached qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to toggle by a specifier let me know i'll try it ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 22:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247716#M94354</guid>
      <dc:creator />
      <dc:date>2011-08-09T22:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247717#M94355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean , u can use ur sheet ID instead of sheetno. in my inline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 22:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247717#M94355</guid>
      <dc:creator />
      <dc:date>2011-08-09T22:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247718#M94356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is definitely another possibilty, but is it possible to do this with an&lt;STRONG&gt; input box&lt;/STRONG&gt;? I'm creating multiple inline tables (3 of them) because the application contains 30+ sheets. This application is broken up into 3 categories where I'll be using 1 of the 3 inline tables as the navigation. I want to use a drop-down menu to navigate if possible, but if it isn't possible to acheive this currently, I will try another option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt; Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 16:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247718#M94356</guid>
      <dc:creator />
      <dc:date>2011-08-10T16:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247719#M94357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't say how you were making the switch, I assume with a trigger on the variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example using an input box dropdown and an Activate Sheet action. You can hide the tabrow in document settings if you want to make the dropdown the only sheet navigation option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 17:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247719#M94357</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-08-10T17:09:07Z</dc:date>
    </item>
    <item>
      <title>Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247720#M94358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you clarify me onething ,&lt;/P&gt;&lt;P&gt;do u want to navigate between 30 sheets or 1 of 3 segments ?&lt;/P&gt;&lt;P&gt;if it is one do your dropdown has to be visible upto your segment or 30+ sheets at once or by segments ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Meher&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 00:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247720#M94358</guid>
      <dc:creator />
      <dc:date>2011-08-11T00:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box using Inline Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247721#M94359</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;Actually when you select it is moving to another sheet based on the multibox selection but there were no objects in the sheet you were not able to identify the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i added some text objects in each sheet so you can see you are navingating to different sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see all the available sheets in the app go to Menu - Settings -&amp;gt; Document Properties - &amp;gt; Sheets tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 01:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-using-Inline-Tables/m-p/247721#M94359</guid>
      <dc:creator />
      <dc:date>2011-08-11T01:39:34Z</dc:date>
    </item>
  </channel>
</rss>

