<?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 own prefix to fields with qualify ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606642#M444780</link>
    <description>Yes. But goal to name fields with right prefix.&lt;BR /&gt;Automatický prefix of field equal to the name of SQL table or sheet in&lt;BR /&gt;excel.&lt;BR /&gt;&lt;BR /&gt;I will try to use variables.&lt;BR /&gt;It gives an ability to create flexible ETL.&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Jul 2019 19:49:15 GMT</pubDate>
    <dc:creator>alexeyrv</dc:creator>
    <dc:date>2019-07-26T19:49:15Z</dc:date>
    <item>
      <title>How to use own prefix to fields with qualify ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606535#M444760</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;Questions is - How to manually define the prefix to loading fields.&lt;BR /&gt;Goal - prefix should be readable.&lt;/P&gt;&lt;P&gt;Defalult manner - prefix is equal to table name.&lt;/P&gt;&lt;P&gt;Problem - Sometimes a table name from source unreadable like "Sheet123" or "DB12s5eb011-a2".&lt;BR /&gt;This kind of naming is very unusable even for a developer.&lt;/P&gt;&lt;P&gt;Is it possible to redefine manually field prefix for all fields in a table with own prefix string instead of table name? Something the qulify example in the Qlik help below but with declaration my own prefix.&lt;/P&gt;&lt;P&gt;Maybe&amp;nbsp; "LOAD A,B from x.csv &lt;STRONG&gt;where $prefix='xregion';&lt;/STRONG&gt;"&lt;/P&gt;&lt;P class="Code"&gt;"Qualify B;&lt;BR /&gt;LOAD A,B from x.csv;&lt;BR /&gt;LOAD A,B from y.csv;&lt;/P&gt;&lt;P&gt;The two tables&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;x.csv&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;y.csv&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are associated only through&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;A&lt;/SPAN&gt;. Three fields will result:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;A,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;x.B,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;y.B.&lt;SPAN&gt;In the same way I want to ignore some fields that should be key feilds like ID or Date."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can't find an answer to my problem.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Alexey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606535#M444760</guid>
      <dc:creator>alexeyrv</dc:creator>
      <dc:date>2024-11-16T20:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use own prefix to fields with qualify ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606544#M444761</link>
      <description>&lt;P&gt;If you are writing your own load script you can name the tables whatever you want.&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load * from XYZ.qvd;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 14:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606544#M444761</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2019-07-26T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use own prefix to fields with qualify ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606559#M444765</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;unqualify&amp;nbsp;&lt;SPAN&gt;A ; // key field&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from x.csv;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;y:&lt;/P&gt;&lt;P&gt;join(&lt;SPAN&gt;x)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from y.csv;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;unqualify *;&lt;/P&gt;&lt;P&gt;saludos!!!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 14:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606559#M444765</guid>
      <dc:creator>Marcos_rv</dc:creator>
      <dc:date>2019-07-26T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use own prefix to fields with qualify ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606642#M444780</link>
      <description>Yes. But goal to name fields with right prefix.&lt;BR /&gt;Automatický prefix of field equal to the name of SQL table or sheet in&lt;BR /&gt;excel.&lt;BR /&gt;&lt;BR /&gt;I will try to use variables.&lt;BR /&gt;It gives an ability to create flexible ETL.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2019 19:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606642#M444780</guid>
      <dc:creator>alexeyrv</dc:creator>
      <dc:date>2019-07-26T19:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use own prefix to fields with qualify ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606648#M444781</link>
      <description>&lt;P&gt;the naming of the fields for a qualified table happens when you load the table initially. You probably have to load Table1 qualified and then load table 2 qualified and then combine them (ie join or concatentate) in a separate step. This way the qualified names are already established.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 19:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-own-prefix-to-fields-with-qualify/m-p/1606648#M444781</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2019-07-26T19:59:00Z</dc:date>
    </item>
  </channel>
</rss>

