<?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: Qlikview MarketO Connector in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550362#M1229146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the progress coming on your issue and creating the connector overall?&amp;nbsp; I am considering building a Marketo connector as well.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John McT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 16:11:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-19T16:11:38Z</dc:date>
    <item>
      <title>Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550352#M1229132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm in the process of building a connector which can get the lead data from MarketO. While I could build the connector successfully and get the data, I've an issue while trying to query the connector with a condition from the connector from Qlikview editor. My aim is to filter out records based on a time window and I get a QVX syntax error&lt;/P&gt;&lt;P&gt;QVX_SYNTAX_ERROR:&lt;/P&gt;&lt;P&gt;Invalid query: SELECT * FROM ActivityDetails where ActivityDateTime &amp;gt;&lt;/P&gt;&lt;P&gt;'10/12/2013 07:00:00 AM' AND ActivityDateTime &amp;lt; '10/12/2013 07:30:00 AM';&lt;/P&gt;&lt;P&gt;I get the data correctly if I don't use the where condition in the query (SELECT * FROM ActivityDetails;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some body please tell me how can implement this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550352#M1229132</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550353#M1229135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it may be that your time format is not correct.&amp;nbsp; I built a vbscript macro in QV to query the Marketo SOAP API.&amp;nbsp; In that script I needed to format the time like this:&amp;nbsp; 2013-04-10T11:43:03-06:00&amp;nbsp; otherwise the Marketo API would not accept it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need anymore help building the QVX.&amp;nbsp; It is definitely something worth doing!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John McTurnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 23:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550353#M1229135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-12T23:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550354#M1229137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that, if I hardcode the date in the connector in the format I mentioned in my mail, it works fine however if I need to pass it from the QlikView editor it fails.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try change the format as you suggested from the editor and let you know if that resolves the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 19:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550354#M1229137</guid>
      <dc:creator />
      <dc:date>2013-11-13T19:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550355#M1229139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested with the modified query and still getting the same error. Following is the statements that I used in the qlikview editor&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET ThousandSep=',';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET DecimalSep='.';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET MoneyThousandSep=',';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET MoneyDecimalSep='.';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET TimeFormat='h:mm:ss TT';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET DateFormat='M/D/YYYY';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CUSTOM CONNECT TO "Provider=MarketOActivityConnector.exe;XUserId=JPFTXbD;XPassword=RVGDBOB;";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SQL SELECT *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM ActivityDetails&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WHERE where ActivityDateTime &amp;gt; '2013-12-10T11:43:00-00:00' &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AND ActivityDateTime &amp;lt; '2013-12-10T11:45:00-00:00 ';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Folowing is the error message&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVX_SYNTAX_ERROR: Invalid query: SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ActivityDetails&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE where ActivityDateTime &amp;gt; '2013-12-10T11:43:00-00:00' &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AND ActivityDateTime &amp;lt; '2013-12-10T11:45:00-00:00 '&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ActivityDetails&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE where ActivityDateTime &amp;gt; '2013-12-10T11:43:00-00:00' &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AND ActivityDateTime &amp;lt; '2013-12-10T11:45:00-00:00 '&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Let me know in any way you can help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 16:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550355#M1229139</guid>
      <dc:creator />
      <dc:date>2013-11-15T16:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550356#M1229140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this... Salesforce likes its dates without single quotes around them.&amp;nbsp; Like this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM Lead&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; ConvertedOpportunityId != NULL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; AND &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CreatedDate &amp;gt;= 2012-04-01T00:00:00.000+00:00&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 16:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550356#M1229140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T16:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550357#M1229141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps the double where is causing the syntax error?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE where ActivityDateTime &amp;gt; '2013-12-10T11:43:00-00:00' &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 17:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550357#M1229141</guid>
      <dc:creator>shawn_merkle</dc:creator>
      <dc:date>2013-11-20T17:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550358#M1229142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No John. I still have the issue and what I'm not sure is that whether I'll be able to filter out the records by using a query from the QlikView editor..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compare the MarketO connector I built with the salesforce one, I think the way I get the data and the way salesforce connector gets the data is different. It is my assumption that behind the screen salesforce connector issues some kind of SQL query to the underlying database to get the results so when you issue the query "SELECT * FROM Lead WHERE CreatedDate &amp;gt;= 2012-04-01T00:00:00.000+00:00" the QlikView editor pass this query to the connector and get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While in the case of MarketO, there is no way to send a direct query to their underlying databases to get the results. So I'm using the web services for that and I'm using getLeadChanges method. This method accepts many parameters and I'm trying to use the latestCreatedAt and oldestCreatedAt date parameters. If I hard code these parameters in the connector it works fine. But my intension is to pass this parameters from the QLikView editor and has no success in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I'm explaining it clearly.&amp;nbsp; I will really appreciate you throwing any ideas or suggestions that help me to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550358#M1229142</guid>
      <dc:creator />
      <dc:date>2013-11-20T18:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550359#M1229143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shawn for your suggestions. I tried it without the quotes and still gives me the same error.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550359#M1229143</guid>
      <dc:creator />
      <dc:date>2013-11-20T18:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550360#M1229144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John V not the double quotes but the fact that Where is in the line of code twice.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE where ActivityDateTime &amp;gt; '2013-12-10T11:43:00-00:00' &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 19:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550360#M1229144</guid>
      <dc:creator>shawn_merkle</dc:creator>
      <dc:date>2013-11-20T19:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550361#M1229145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shawn for noticing it. However I still get the same result when I ran the corrected query&lt;/P&gt;&lt;P&gt;QVX_SYNTAX_ERROR: Invalid query: SELECT *&lt;BR /&gt;FROM ActivityDetails&lt;BR /&gt;WHERE ActivityDateTime &amp;gt; '2013-12-10T11:43:00-00:00' &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ActivityDetails&lt;BR /&gt;WHERE ActivityDateTime &amp;gt; '2013-12-10T11:43:00-00:00' &lt;BR /&gt;-------------------------------------------------------------------------&lt;BR /&gt;QVX_SYNTAX_ERROR: Invalid query: SELECT *&lt;BR /&gt;FROM ActivityDetails&lt;BR /&gt;WHERE ActivityDateTime &amp;gt; 2013-12-10T11:43:00-00:00 &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ActivityDetails&lt;BR /&gt;WHERE ActivityDateTime &amp;gt; 2013-12-10T11:43:00-00:00 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 17:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550361#M1229145</guid>
      <dc:creator />
      <dc:date>2013-11-24T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550362#M1229146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the progress coming on your issue and creating the connector overall?&amp;nbsp; I am considering building a Marketo connector as well.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John McT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550362#M1229146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T16:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550363#M1229147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to resolve the issue that I'm facing with the connector and I don't think it is possible to make the connector work the same way as a salesforce connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from this, the connector I developed works fine. It gets the leads records from the MarketO Instance for a specified period. Only thing I'm missing is the ability to pass a query from the QlikView editor and get the results like the salesforce one. If you find a solution for this, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 18:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550363#M1229147</guid>
      <dc:creator />
      <dc:date>2013-12-20T18:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550364#M1229148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is great new you have a working connector able to use the getMultipleLeads call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read through all the API docs for Marketo and have even spoken with some of their product managers.&amp;nbsp; Although I have not asked Marketo themselves, I'm 90% sure their SOAP API does not support any sort of SQL or SOQL query. I was hoping/assuming you had discovered something I was unaware of. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd love to discuss how you did the connector further as I have never done a QVX before.&amp;nbsp; Send me an email at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jmm9837498@mcturnan.net"&gt;jmm9837498@mcturnan.net&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 20:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550364#M1229148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-20T20:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550365#M1229149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've sent you an email and it got bounced back. If you want to reach me, send me an email at &lt;A href="mailto:jgeorge@clouddbconsultants.com"&gt;jgeorge@clouddbconsultants.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 00:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550365#M1229149</guid>
      <dc:creator />
      <dc:date>2013-12-21T00:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550366#M1229150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to connect to Marketo and get data, can you please help me out and can you please email me the Qlikview Marketo connector exe. my email address is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:surender7@yahoo.com"&gt;surender7@yahoo.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much,&lt;/P&gt;&lt;P&gt;Surender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550366#M1229150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-14T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550367#M1229151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to connect to Marketo and get data, can you please help me out and can you please email me the Qlikview Marketo connector exe. my email address is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:surender7@yahoo.com"&gt;surender7@yahoo.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much,&lt;/P&gt;&lt;P&gt;Surender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 20:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/550367#M1229151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T20:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview MarketO Connector</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/1852697#M1229152</link>
      <description>&lt;P&gt;I know this is a very old post - but did anyone ever find a resolution? I am having the same issue with my query to Marketo not accepting the date format that is specified in the Marketo documentation.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I know I have a lead in Marketo last updated at '2021-10-25T20:21:12-00:00', so this is the query below that we are running - it returns an error '(Connector error: Failed to move reader [Simba][JSQLEngine](13030) Invalid character value for cast specification.)' suggesting that the format is incorrect.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Data:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD *;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Full_Name,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;updatedAt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM "Marketo".Leads&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE updatedAt = '2021-10-25T20:21:12-00:00';&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-MarketO-Connector/m-p/1852697#M1229152</guid>
      <dc:creator>scottduthie</dc:creator>
      <dc:date>2021-10-27T17:57:50Z</dc:date>
    </item>
  </channel>
</rss>

