<?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: No Qualified path for file error when trying to load multiple table from BigQuery in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/No-Qualified-path-for-file-error-when-trying-to-load-multiple/m-p/2477511#M4579</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/244946"&gt;@Yulian&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;the "no qualified path" error in Qlik can occur when you're trying to store data into a QVD file but the path or file name specified in the STORE command isn't correctly formatted or recognized. Else, ensure that the path&amp;nbsp;in the &lt;SPAN&gt;FROM&lt;/SPAN&gt;&amp;nbsp;clause is correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 11:34:31 GMT</pubDate>
    <dc:creator>F_B</dc:creator>
    <dc:date>2024-08-22T11:34:31Z</dc:date>
    <item>
      <title>No Qualified path for file error when trying to load multiple table from BigQuery</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/No-Qualified-path-for-file-error-when-trying-to-load-multiple/m-p/2437056#M3496</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to aggregate multiple daily event tables into a single qvd in qlik. I keep getting no qualified path error. Can anyone help please?&lt;/P&gt;
&lt;P&gt;LIB CONNECT TO 'Google_BigQuery_(via_Direct_Access_gateway)_analytics4-to-bigquery';&lt;/P&gt;
&lt;P&gt;TablesList:&lt;BR /&gt;LOAD &lt;BR /&gt;table_id,&lt;BR /&gt;table_name&lt;BR /&gt;FROM &lt;BR /&gt;[`analytics_334179191`.INFORMATION_SCHEMA.TABLES]&lt;BR /&gt;WHERE &lt;BR /&gt;table_type = 'BASE TABLE'&lt;BR /&gt;AND table_schema = 'analytics_334179191'&lt;BR /&gt;AND table_name LIKE 'events_%'; // Specify the pattern for events tables&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;event_date, &lt;BR /&gt;Timestamp#(event_timestamp / 100000, 'YYYY-MM-DD hh:mm:ss.SSS') AS EventDateTime, &lt;BR /&gt;event_name, &lt;BR /&gt;Money(Num(event_value_in_usd),'$#,##0.00'), &lt;BR /&gt;event_bundle_sequence_id, &lt;BR /&gt;user_pseudo_id, &lt;BR /&gt;user_first_touch_timestamp, &lt;BR /&gt;Money(Num(SubField(SubField(SubField(SubField(user_ltv, '{"v":"', 2), '"}', 1), '"v":"', 1), '"v":"', 1)), '$#,##0.00') AS User_ltv,&lt;BR /&gt;SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(device, '{"v":"', 3), '"}', 1), '"v":"', 1), '"v":"', 1), '"v":', 1), '"v":"', 1), '"v":', 1), '"v":"', 1), '"v":"', 1), '"v":', 1), '"v":"', 1), '"v":"', 1) AS Operating_System,&lt;BR /&gt;SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(SubField(device, '{"v":"', 2), '"}', 1), '"v":"', 1), '"v":"', 1), '"v":', 1), '"v":"', 1), '"v":', 1), '"v":"', 1), '"v":"', 1), '"v":', 1), '"v":"', 1), '"v":"', 1) AS Desktop_Mobile,&lt;BR /&gt;SubField(SubField(SubField(geo, '"v":"', 2), '"}', 1), '"v":"', 1) AS City,&lt;BR /&gt;SubField(SubField(SubField(SubField(SubField(geo, '{"v":"', 5), '"}', 1), '"v":"', 1), '"v":"', 1), '"v":"', 1) AS State,&lt;BR /&gt;SubField(SubField(SubField(SubField(SubField(geo, '{"v":"', 3), '"}', 1), '"v":"', 1), '"v":"', 1), '"v":"', 1) AS Country,&lt;BR /&gt;SubField(SubField(SubField(SubField(SubField(traffic_source, '{"v":"', 3), '"}', 1), '"v":"', 1), '"v":"', 1), '"v":"', 1) AS Traffic_Channel,&lt;BR /&gt;SubField(SubField(SubField(SubField(SubField(traffic_source, '{"v":"', 2), '"}', 1), '"v":"', 1), '"v":"', 1), '"v":"', 1) AS Traffic_Brand,&lt;BR /&gt;SubField(SubField(SubField(SubField(SubField(traffic_source, '{"v":"', 4), '"}', 1), '"v":"', 1), '"v":"', 1), '"v":"', 1) AS Traffic_Source,&lt;BR /&gt;stream_id, &lt;BR /&gt;platform, &lt;BR /&gt;items, &lt;BR /&gt;is_active_user;&lt;/P&gt;
&lt;P&gt;FOR i = 0 TO NoOfRows('TablesList') - 1&lt;BR /&gt;LET TableName = Peek('table_name', i, 'TablesList');&lt;BR /&gt;[$(TableName)]:&lt;BR /&gt;SELECT &lt;BR /&gt;*&lt;BR /&gt;FROM &lt;BR /&gt;`analytics4-to-bigquery`.`analytics_334179191`.$(TableName);&lt;BR /&gt;NEXT i;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 20:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/No-Qualified-path-for-file-error-when-trying-to-load-multiple/m-p/2437056#M3496</guid>
      <dc:creator>Yulian</dc:creator>
      <dc:date>2024-04-02T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Qualified path for file error when trying to load multiple table from BigQuery</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/No-Qualified-path-for-file-error-when-trying-to-load-multiple/m-p/2477511#M4579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/244946"&gt;@Yulian&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;the "no qualified path" error in Qlik can occur when you're trying to store data into a QVD file but the path or file name specified in the STORE command isn't correctly formatted or recognized. Else, ensure that the path&amp;nbsp;in the &lt;SPAN&gt;FROM&lt;/SPAN&gt;&amp;nbsp;clause is correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 11:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/No-Qualified-path-for-file-error-when-trying-to-load-multiple/m-p/2477511#M4579</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-08-22T11:34:31Z</dc:date>
    </item>
  </channel>
</rss>

