<?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: Pick Field name Dynamically in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296944#M842112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also suggest to use CROSSTABLE in your script to transform your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really don't want to do this, and you have another field with month values that match the first part of your above field names, you can try this when a single month is selected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( [$(=MonthField&amp;amp;' Price')])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dollar sign expansion needs to expand to a field name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2017 10:31:51 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-04-21T10:31:51Z</dc:date>
    <item>
      <title>Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296937#M842105</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;Please help me to resolve the issue. Below is my scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Item&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Jan Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Feb Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;March Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;April Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;May Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;June Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;July Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the Sum of price based on the month selection as well as show the table box in which the structure is same which is shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am transposing the table but in table box i am not getting the same structure,Please help me to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha&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/Pick-Field-name-Dynamically-in-expression/m-p/1296937#M842105</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296938#M842106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to tell us more about your issue, this information is not giving us any idea about your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to upload some sample data and show us what is happening and what you require as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296938#M842106</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-04-21T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296939#M842107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table structure is same what i have posted,&lt;/P&gt;&lt;P&gt;I need to show the sum of price based on the month, First of all i have to find the month from the above table then calculte the sum of price what else the month is selected, if i transpose the table then that issue resolve but when we are creating the Table box that time, it's not possible to add the filed name such as Jan Price,Feb Price, and so on&lt;/P&gt;&lt;P&gt;So that I can't transpose the table, but in expression i have to pick the dynamic field based on the Month.&lt;/P&gt;&lt;P&gt;For Example:Sum("SelctedMonth" Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296939#M842107</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-04-21T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296940#M842108</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;If your data source is like the one which you posted, you can transpose it while loading it in Qlik using the Crosstable Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296940#M842108</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-04-21T10:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296941#M842109</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;I don't want to transpose the data , because if we transpose that time in table box we can't show like that table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Item Jan Price FebPrice MarchPrice AprilPrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296941#M842109</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-04-21T10:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296942#M842110</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;You can using the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296942#M842110</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-04-21T10:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296943#M842111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;But in Pivot we have the scroll bar only for the expression not for the whole table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296943#M842111</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-04-21T10:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296944#M842112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also suggest to use CROSSTABLE in your script to transform your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really don't want to do this, and you have another field with month values that match the first part of your above field names, you can try this when a single month is selected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( [$(=MonthField&amp;amp;' Price')])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dollar sign expansion needs to expand to a field name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296944#M842112</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-21T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296945#M842113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any Month field, if we need to add the month then will you please help me how to add the month filed in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296945#M842113</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-04-21T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Field name Dynamically in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296946#M842114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;I want to show the Sum of price based on the &lt;STRONG&gt;month selection&lt;/STRONG&gt; as well as show the table box in which the structure is same which is shown above.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how do you select month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need a new field, you can add a data island in your scenario (not using CROSSTABLE to transform your data):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Monthfield for above suggested expression. Values need to match your table field names, first part.&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;MonthField&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;March&lt;/P&gt;&lt;P&gt;April&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;June&lt;/P&gt;&lt;P&gt;July&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 10:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Field-name-Dynamically-in-expression/m-p/1296946#M842114</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-21T10:53:57Z</dc:date>
    </item>
  </channel>
</rss>

