<?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 Aggregate data load in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Aggregate-data-load/m-p/1783387#M13857</link>
    <description>&lt;P&gt;Hi, I'm trying to load some data from an API. The API documentation states that I have to use distinct trigger_id and use the&amp;nbsp; latest testimestamp (the time stamp) to avoid duplication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I can't get the load script to work. I'm given an unspecified error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TESSIAN_DIRECT:&lt;BR /&gt;LOAD&lt;BR /&gt;user As TessianOpsDirUser,&lt;BR /&gt;testimestamp As TessianOpsDirTimestamp&lt;BR /&gt;FROM [lib://QVD_S1/InfoSec/OBJ_TESSIAN_DIRECT_OPS.QVD]&lt;BR /&gt;(qvd);&lt;BR /&gt;LEFT Join (TESSIAN_DIRECT)&lt;BR /&gt;LOAD&lt;BR /&gt;alert_type AS TessianOpsDirAlertType,&lt;BR /&gt;//anomalous_recipient AS TessianOpsDirAnomalousRecipient,&lt;BR /&gt;attachments_total_size As TessianOpsDirAttachmentSize,&lt;BR /&gt;changes_made As TessianOpsDirChangesMade,&lt;BR /&gt;check_performed_by As TessianOpsDirCheckPerformed,&lt;BR /&gt;//checkpoint As TessianOpsDirCheckpoint,&lt;BR /&gt;filter_name As TessianOpsDirFilterName,&lt;BR /&gt;final_outcome As TessianOpsDirFinalOutcome,&lt;BR /&gt;//flag_reason As TessianOpsDirFlagReason,&lt;BR /&gt;initial_response As TessianOpsDirInitialResponse,&lt;BR /&gt;message_id As TessianOpsDirMessageId,&lt;BR /&gt;message_shown_to_user As TessianOpsDirMessageShownToUser,&lt;BR /&gt;//misdirected_email_prevented As TessianOpsDirMisdirectedEmailPrevented,&lt;BR /&gt;module As TessianOpsDirModule,&lt;BR /&gt;number_of_attachments As TessianOpsDirNoOfAttachments,&lt;BR /&gt;priority As TessianOpsDirPriority,&lt;BR /&gt;salutation_extracted As TessianOpsDirSalutationExtracted,&lt;BR /&gt;subject As TessianOpsDirSubject,&lt;BR /&gt;subsequent_action As TessianOpsDirSubsequenbtAction,&lt;BR /&gt;suggested_recipient As TessianOpsDirSuggestedReceipient,&lt;BR /&gt;Max(testimestamp) As TessianOpsDirTimestamp,&lt;BR /&gt;//tracking_id As TessianOpsDirTrackId,&lt;BR /&gt;trigger_id As TessianOpsDirTrigId,&lt;BR /&gt;updated_at As TessianOpsDirUpdated,&lt;BR /&gt;&lt;BR /&gt;//email_is_sensitive As TessianOpsDirEmailIsSensitive,&lt;BR /&gt;//justification_for_override As TessianOpsDirJustificationForOverride,&lt;BR /&gt;request_for_override As TessianOpsDirRequestOverride,&lt;BR /&gt;unauthorized_email_prevented As TessianOpsDirUnauthEmailPrevented,&lt;BR /&gt;//attachment As TessianOpsDirAttachment,&lt;BR /&gt;//bccrecipients As TessianOpsDirAttachmentbccRecipient,&lt;BR /&gt;__KEY_data&lt;BR /&gt;FROM [lib://QVD_S1/InfoSec/OBJ_TESSIAN_DIRECT_OPS.QVD]&lt;BR /&gt;(qvd)&lt;BR /&gt;WHERE module='enforcer'&lt;BR /&gt;//Resident TESSIAN_DIRECT&lt;BR /&gt;GROUP BY trigger_id;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some help would be appreciated. Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:35:28 GMT</pubDate>
    <dc:creator>martynwb</dc:creator>
    <dc:date>2024-11-16T00:35:28Z</dc:date>
    <item>
      <title>Aggregate data load</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Aggregate-data-load/m-p/1783387#M13857</link>
      <description>&lt;P&gt;Hi, I'm trying to load some data from an API. The API documentation states that I have to use distinct trigger_id and use the&amp;nbsp; latest testimestamp (the time stamp) to avoid duplication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I can't get the load script to work. I'm given an unspecified error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TESSIAN_DIRECT:&lt;BR /&gt;LOAD&lt;BR /&gt;user As TessianOpsDirUser,&lt;BR /&gt;testimestamp As TessianOpsDirTimestamp&lt;BR /&gt;FROM [lib://QVD_S1/InfoSec/OBJ_TESSIAN_DIRECT_OPS.QVD]&lt;BR /&gt;(qvd);&lt;BR /&gt;LEFT Join (TESSIAN_DIRECT)&lt;BR /&gt;LOAD&lt;BR /&gt;alert_type AS TessianOpsDirAlertType,&lt;BR /&gt;//anomalous_recipient AS TessianOpsDirAnomalousRecipient,&lt;BR /&gt;attachments_total_size As TessianOpsDirAttachmentSize,&lt;BR /&gt;changes_made As TessianOpsDirChangesMade,&lt;BR /&gt;check_performed_by As TessianOpsDirCheckPerformed,&lt;BR /&gt;//checkpoint As TessianOpsDirCheckpoint,&lt;BR /&gt;filter_name As TessianOpsDirFilterName,&lt;BR /&gt;final_outcome As TessianOpsDirFinalOutcome,&lt;BR /&gt;//flag_reason As TessianOpsDirFlagReason,&lt;BR /&gt;initial_response As TessianOpsDirInitialResponse,&lt;BR /&gt;message_id As TessianOpsDirMessageId,&lt;BR /&gt;message_shown_to_user As TessianOpsDirMessageShownToUser,&lt;BR /&gt;//misdirected_email_prevented As TessianOpsDirMisdirectedEmailPrevented,&lt;BR /&gt;module As TessianOpsDirModule,&lt;BR /&gt;number_of_attachments As TessianOpsDirNoOfAttachments,&lt;BR /&gt;priority As TessianOpsDirPriority,&lt;BR /&gt;salutation_extracted As TessianOpsDirSalutationExtracted,&lt;BR /&gt;subject As TessianOpsDirSubject,&lt;BR /&gt;subsequent_action As TessianOpsDirSubsequenbtAction,&lt;BR /&gt;suggested_recipient As TessianOpsDirSuggestedReceipient,&lt;BR /&gt;Max(testimestamp) As TessianOpsDirTimestamp,&lt;BR /&gt;//tracking_id As TessianOpsDirTrackId,&lt;BR /&gt;trigger_id As TessianOpsDirTrigId,&lt;BR /&gt;updated_at As TessianOpsDirUpdated,&lt;BR /&gt;&lt;BR /&gt;//email_is_sensitive As TessianOpsDirEmailIsSensitive,&lt;BR /&gt;//justification_for_override As TessianOpsDirJustificationForOverride,&lt;BR /&gt;request_for_override As TessianOpsDirRequestOverride,&lt;BR /&gt;unauthorized_email_prevented As TessianOpsDirUnauthEmailPrevented,&lt;BR /&gt;//attachment As TessianOpsDirAttachment,&lt;BR /&gt;//bccrecipients As TessianOpsDirAttachmentbccRecipient,&lt;BR /&gt;__KEY_data&lt;BR /&gt;FROM [lib://QVD_S1/InfoSec/OBJ_TESSIAN_DIRECT_OPS.QVD]&lt;BR /&gt;(qvd)&lt;BR /&gt;WHERE module='enforcer'&lt;BR /&gt;//Resident TESSIAN_DIRECT&lt;BR /&gt;GROUP BY trigger_id;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some help would be appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Aggregate-data-load/m-p/1783387#M13857</guid>
      <dc:creator>martynwb</dc:creator>
      <dc:date>2024-11-16T00:35:28Z</dc:date>
    </item>
  </channel>
</rss>

