<?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: conditional layout in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208346#M879418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Technology),2,if(GetFieldSelections(Application_Name)&amp;gt;0,1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 14:34:32 GMT</pubDate>
    <dc:creator>el_aprendiz111</dc:creator>
    <dc:date>2016-10-20T14:34:32Z</dc:date>
    <item>
      <title>conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208344#M879416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have a search box with 2 fields named as BI_App_Name and Technology. so when I search any application in BI_Appl_Name I displayed all the list boxes corresponding to that.&lt;/P&gt;&lt;P&gt;for all the&amp;nbsp; list boxes I have given the layout condition as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BI_App_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;when i search for technology in search box I willg et different list boxes which are not in BI_appl_Name so for that I have given layout condition as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Technology)&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;0,1,0) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Here my question and doubt is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;when I search any application in BI_Appl_Name, i will get one list box names as Technologies where I listed all techonology names. and when i select any technology name in that list box it has to go to Technology tab. for that I have given nested if condition as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Application_Name)&amp;gt;0,1,if(GetFieldSelections(Technology),2)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this expression is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208344#M879416</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208345#M879417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the intend you are having this and use and in between nested if for conditional&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208345#M879417</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-20T14:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208346#M879418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Technology),2,if(GetFieldSelections(Application_Name)&amp;gt;0,1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208346#M879418</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-10-20T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208347#M879419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with that condition it is going to technology page but the list box is appearing on that page as well.&lt;/P&gt;&lt;P&gt;when I click&amp;nbsp; any technology in that list box, that list should disappear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208347#M879419</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-20T14:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208348#M879420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are&amp;nbsp; you&amp;nbsp; looking for calculations&amp;nbsp;&amp;nbsp; based on&amp;nbsp; / ignoring the listboxes ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;category={'abc'},listbox1=,listbox2=,listbox3=&amp;gt;}value)&lt;/SPAN&gt; &lt;SPAN style="font-size: 20.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;category={'abc','xyz'},listbox1=,listbox2=,listbox3=&amp;gt;}total value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;listbox1, listbox2 are the listbox whose selection should not be effected.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208348#M879420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208349#M879421</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;attached is the sample qv&lt;/P&gt;&lt;P&gt;when i am selecting selected list in the list box , the current list box it shoulg hide and show me the other list box but it is not happening like that.. i am able to see both the list boxes.&lt;/P&gt;&lt;P&gt;for example: click Application name field search list box, then Technologies list box will appear, then if i select C#, then Application Name list box is appearing but the Technologies list box is not hiding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 06:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208349#M879421</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-21T06:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208350#M879422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nazeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Field Selections() is used to return a string value , it is always better to use Get Selected Count()&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[which returns the count of the selections made in field]&lt;/STRONG&gt; for layout &lt;/P&gt;&lt;P&gt;operations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balakrishnan.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 06:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208350#M879422</guid>
      <dc:creator />
      <dc:date>2016-10-21T06:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208351#M879423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked your app ...their is no associated data for the selection you making and when make the selection it deselecting the non-associated value from the other list box ....add the associated data and check or change your conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 06:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208351#M879423</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-10-21T06:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208352#M879424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 07:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208352#M879424</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-21T07:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208353#M879425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm...try like this clear all your selection and then try your above mentioned example ...since the list box are hiding your not able to track the selection ...add the current selection box and you would see the current selections what you have made &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 07:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208353#M879425</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-10-21T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208354#M879426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont want to see the current selection in list box,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click on C# in technologies list box, it has to navoigate to Application name list box&amp;nbsp; and then hide the tehncologies list box. but its not happening&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 07:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208354#M879426</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-21T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208355#M879427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you tried what I mentioned in my last post ?&lt;/P&gt;&lt;P&gt;I have attached the sample file, search for the C# in search box and then check whether it s working according to your requirement ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 08:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208355#M879427</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-10-21T08:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208356#M879428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at attached sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 08:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208356#M879428</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-21T08:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208357#M879429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry guys its not working in any way, we have tio use triggers i guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 10:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208357#M879429</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-21T10:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208358#M879430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is not your requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aufnahme_2016_10_21_12_41_03_329.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141531_Aufnahme_2016_10_21_12_41_03_329.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 10:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208358#M879430</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-21T10:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208359#M879431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have added more fields to explain clearly..&lt;/P&gt;&lt;P&gt;here in the qvw file if we select application name in search box , technology list box is appearing, then on selecting tableau in that it is displaying application name list box but technology is not hiding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 10:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208359#M879431</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-21T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: conditional layout</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208360#M879432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aufnahme_2016_10_21_12_53_51_115.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141533_Aufnahme_2016_10_21_12_53_51_115.gif" style="height: auto;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 10:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-layout/m-p/1208360#M879432</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-21T10:56:03Z</dc:date>
    </item>
  </channel>
</rss>

