<?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: Avoiding Quality field names with table name  in front end selection in qliksense app in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2140172#M92690</link>
    <description>&lt;P&gt;Hello Vincent,&lt;/P&gt;
&lt;P&gt;Thank you for your response. I will try to implement this and check.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 08:46:14 GMT</pubDate>
    <dc:creator>SunainaUmberkar</dc:creator>
    <dc:date>2023-11-22T08:46:14Z</dc:date>
    <item>
      <title>Avoiding Quality field names with table name  in front end selection in qliksense app</title>
      <link>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2138835#M92563</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;This question is regarding Qualify statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Qualify statement, we always get tablename.fieldname. But can we avoid table name in the front end when we make selection? So that only fieldname is displayed in the selection.&lt;/P&gt;
&lt;P&gt;I know the best way is to either rename the fields or concatenate and create a flag and use flag in front end. But if we don't want to do above both then basically Qualify statement is the option. But selection is an issue, is there a way to avoid it?&lt;/P&gt;
&lt;P&gt;Thanks is advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 13:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2138835#M92563</guid>
      <dc:creator>SunainaUmberkar</dc:creator>
      <dc:date>2023-11-17T13:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Quality field names with table name  in front end selection in qliksense app</title>
      <link>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2138866#M92572</link>
      <description>&lt;P&gt;I have been working with Qlik Apps for over 15 years and I have never used the Qualify Statement. I make sure I take the time to rename all the fields, that will be seen in the front end, within the script. Only fields that are seen in charts or that users make selections on.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 14:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2138866#M92572</guid>
      <dc:creator>whiteymcaces</dc:creator>
      <dc:date>2023-11-17T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Quality field names with table name  in front end selection in qliksense app</title>
      <link>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2138893#M92576</link>
      <description>&lt;P&gt;You can do a massive renaming, this will not rename fields which could suddenly have the same name or those without the dot. You can make it better to avoid fields containing specific chars or names.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;For t = 0 to NoOfTables() - 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; mapRename:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Mapping Load &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; FieldName(RowNo(),TableName($(t))) as FieldName,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; SubField(FieldName(RowNo(),TableName($(t))),'.',2) as NewFieldName&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; AutoGenerate NoOfFields(TableName($(t)));&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Next t;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Rename Fields Using mapRename;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 15:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2138893#M92576</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-17T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Quality field names with table name  in front end selection in qliksense app</title>
      <link>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2140172#M92690</link>
      <description>&lt;P&gt;Hello Vincent,&lt;/P&gt;
&lt;P&gt;Thank you for your response. I will try to implement this and check.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 08:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avoiding-Quality-field-names-with-table-name-in-front-end/m-p/2140172#M92690</guid>
      <dc:creator>SunainaUmberkar</dc:creator>
      <dc:date>2023-11-22T08:46:14Z</dc:date>
    </item>
  </channel>
</rss>

