<?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: how to use subfield function in only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/553001#M206633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to have dynamic dimension fields. if i have more number of fields as dimensions i am getting the scroll bar issue as qlikview gives scroll only for expressions. so i am trying to have dimension in expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your expressions just repeating the field name. i am trying to achieve prescriberid in expression to show actual values (ex:1,2,3,4,5). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 13:48:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-09T13:48:45Z</dc:date>
    <item>
      <title>how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552995#M206627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got to show dimensions as expressions (to avoid scroll bar issue). and those list of dimensions created as a inline table and shown as list box. dimensions will display based on user selection from the list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to use the subfield function with in only function ? below syntax is getting me nulls. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only(subfield(concat([PrescriberListFields], ','), ',', 1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 18:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552995#M206627</guid>
      <dc:creator />
      <dc:date>2013-07-08T18:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552996#M206628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You already used an aggregation function in the expression so you need to use the aggr function:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;EM&gt;only(aggr(subfield(concat([PrescriberListFields], ','), ',', 1), dim1, dim2,...etc)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Replace dim1,dim2,...etc with the dimensions of your chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;edit: But you don't the only function. It's redundant since the concat function already aggregates to the dimensions in your chart. Try simply&lt;/EM&gt; &lt;SPAN style="font-family: Arial;"&gt;&lt;EM&gt;subfield(concat([PrescriberListFields], ','), ',', 1)&lt;/EM&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 19:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552996#M206628</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-08T19:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552997#M206629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i use only(Speciality) it works fine, where speciality is the dimension name. subfield function also results the same name. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 19:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552997#M206629</guid>
      <dc:creator />
      <dc:date>2013-07-08T19:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552998#M206630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it just repeats the word 'Speciality' in every row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what will be the syntax to have use only function ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;only(subfield(concat([PrescriberListFields], ','), ',', 1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Thanks for your time. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 19:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552998#M206630</guid>
      <dc:creator />
      <dc:date>2013-07-08T19:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552999#M206631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find attached. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 19:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/552999#M206631</guid>
      <dc:creator />
      <dc:date>2013-07-08T19:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/553000#M206632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw. It contains a number of guesses of what you might want. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 07:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/553000#M206632</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-09T07:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/553001#M206633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to have dynamic dimension fields. if i have more number of fields as dimensions i am getting the scroll bar issue as qlikview gives scroll only for expressions. so i am trying to have dimension in expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your expressions just repeating the field name. i am trying to achieve prescriberid in expression to show actual values (ex:1,2,3,4,5). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 13:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/553001#M206633</guid>
      <dc:creator />
      <dc:date>2013-07-09T13:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to use subfield function in only</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/553002#M206634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please see the Report TAB in the "Whats New in QV 11" app.&lt;/P&gt;&lt;P&gt;Hope you get some helpful hints to reach your goal!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 14:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-subfield-function-in-only/m-p/553002#M206634</guid>
      <dc:creator />
      <dc:date>2013-07-09T14:09:14Z</dc:date>
    </item>
  </channel>
</rss>

