<?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 using table name as field value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/using-table-name-as-field-value/m-p/2051095#M86398</link>
    <description>&lt;P&gt;I want to use the table name as field values. Can i use Qualify for this?&lt;/P&gt;
&lt;P&gt;eg:&lt;/P&gt;
&lt;P&gt;qualify *;&lt;/P&gt;
&lt;P&gt;tab1:&lt;/P&gt;
&lt;P&gt;load * inline[&lt;/P&gt;
&lt;P&gt;id&lt;/P&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;tab2:&lt;/P&gt;
&lt;P&gt;load * inline[&lt;/P&gt;
&lt;P&gt;id&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;3&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;now tab1.id and tab2.id fields will be created after conacatination. how can i use this and make the tab1 appear infront of id 1 and tab2 against id 2 and 3.&lt;/P&gt;
&lt;P&gt;Basically can i use the field name and spilt the name?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 12:55:47 GMT</pubDate>
    <dc:creator>Mapuna</dc:creator>
    <dc:date>2023-03-20T12:55:47Z</dc:date>
    <item>
      <title>using table name as field value</title>
      <link>https://community.qlik.com/t5/App-Development/using-table-name-as-field-value/m-p/2051095#M86398</link>
      <description>&lt;P&gt;I want to use the table name as field values. Can i use Qualify for this?&lt;/P&gt;
&lt;P&gt;eg:&lt;/P&gt;
&lt;P&gt;qualify *;&lt;/P&gt;
&lt;P&gt;tab1:&lt;/P&gt;
&lt;P&gt;load * inline[&lt;/P&gt;
&lt;P&gt;id&lt;/P&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;tab2:&lt;/P&gt;
&lt;P&gt;load * inline[&lt;/P&gt;
&lt;P&gt;id&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;3&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;now tab1.id and tab2.id fields will be created after conacatination. how can i use this and make the tab1 appear infront of id 1 and tab2 against id 2 and 3.&lt;/P&gt;
&lt;P&gt;Basically can i use the field name and spilt the name?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 12:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-table-name-as-field-value/m-p/2051095#M86398</guid>
      <dc:creator>Mapuna</dc:creator>
      <dc:date>2023-03-20T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: using table name as field value</title>
      <link>https://community.qlik.com/t5/App-Development/using-table-name-as-field-value/m-p/2051098#M86399</link>
      <description>&lt;P&gt;Concatenate the table name to the field using string concatenation, e.g.&lt;/P&gt;
&lt;P&gt;Load 'tab1.' &amp;amp; id as id&lt;/P&gt;
&lt;P&gt;inline[&lt;/P&gt;
&lt;P&gt;id&lt;/P&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 13:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-table-name-as-field-value/m-p/2051098#M86399</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-03-20T13:04:57Z</dc:date>
    </item>
  </channel>
</rss>

