<?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 Issues integrating an external survey into a Mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-integrating-an-external-survey-into-a-Mashup/m-p/1613696#M11142</link>
    <description>&lt;P&gt;I'm wanting to insert a survey (built using surveyjs.io) into my mashup.&lt;/P&gt;&lt;P&gt;I have it working fine using Plunker but when copying this code across into the dev-hub environment it doesn't load / work.&lt;/P&gt;&lt;P&gt;Is there something I need to add to my code to get it to show in Qlik?&lt;/P&gt;&lt;P&gt;For reference this is the code i'm using:&lt;/P&gt;&lt;P&gt;&lt;U&gt;index.html&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Compliance Questionnaire&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div id="surveyElement"&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;script src="./index.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;index.js&lt;/U&gt;&lt;/P&gt;&lt;P&gt;var json = {&lt;BR /&gt;"title": "TQP01 Compliance Questionnaire",&lt;BR /&gt;"pages": [{&lt;BR /&gt;"name": "page1",&lt;BR /&gt;"elements": [{&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Have all bank accounts been fully reconciled with all reconciling items agreed as appropriate?",&lt;BR /&gt;"title": "Have all bank accounts been fully reconciled with all reconciling items agreed as appropriate?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Have appropriate bank cut-off procedures been applied e.g. for direct debit receipts or payments?",&lt;BR /&gt;"title": "Have appropriate bank cut-off procedures been applied e.g. for direct debit receipts or payments?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "5M Euro Daily Threshold hasn’t been breached?",&lt;BR /&gt;"title": "5M Euro Daily Threshold hasn’t been breached?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Bank account linked to VGSL Profile?",&lt;BR /&gt;"title": "Bank account linked to VGSL Profile?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Mandate Signatories are in place and up to date?",&lt;BR /&gt;"title": "Mandate Signatories are in place and up to date?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Mandate Content is in complaince to treasury policy?",&lt;BR /&gt;"title": "Mandate Content is in complaince to treasury policy?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": " Payment Systems Review done annually?",&lt;BR /&gt;"title": " Payment Systems Review done annually?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Does the bank account have a nameless bank mandate?",&lt;BR /&gt;"title": "Does the bank account have a nameless bank mandate?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "question1",&lt;BR /&gt;"title": "Does the bank account have a named bank mandate?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Have you had a new starter within the last 12 months?",&lt;BR /&gt;"title": "Have you had a new starter within the last 12 months?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Has the new starter(s) completed TQP01 training?",&lt;BR /&gt;"visibleIf": "{Have you had a new starter within the last 12 months?} = \"Yes\"",&lt;BR /&gt;"title": "Has the new starter(s) completed TQP01 training?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Are there any instance of Bank accounts being closed in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"title": "Are there any instance of Bank accounts being closed in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "comment",&lt;BR /&gt;"name": "Please provide evidence to demonstrate that Treasury were notified",&lt;BR /&gt;"visibleIf": "{Are there any instance of Bank accounts being closed in the last 12 months (or since the last compliance review if greater than 12 months)?} = \"Yes\"",&lt;BR /&gt;"isRequired": true&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Are there any instances of Bank accounts being opened in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"title": "Are there any instances of Bank accounts being opened in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "comment",&lt;BR /&gt;"name": "Provide evidence that approval has been granted according to policy and Treasury notified.",&lt;BR /&gt;"visibleIf": "{Are there any instances of Bank accounts being opened in the last 12 months (or since the last compliance review if greater than 12 months)?} = \"Yes\"",&lt;BR /&gt;"isRequired": true&lt;BR /&gt;}]&lt;BR /&gt;}]&lt;BR /&gt;};&lt;BR /&gt;Survey.defaultBootstrapCss.navigationButton = "btn btn-primary";&lt;BR /&gt;Survey.Survey.cssType = "bootstrap";&lt;/P&gt;&lt;P&gt;var model = new Survey.Model(json);&lt;/P&gt;&lt;P&gt;$("#surveyElement").Survey({&lt;BR /&gt;model: model&lt;BR /&gt;});&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 08:28:50 GMT</pubDate>
    <dc:creator>RWilliams92</dc:creator>
    <dc:date>2019-08-19T08:28:50Z</dc:date>
    <item>
      <title>Issues integrating an external survey into a Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-integrating-an-external-survey-into-a-Mashup/m-p/1613696#M11142</link>
      <description>&lt;P&gt;I'm wanting to insert a survey (built using surveyjs.io) into my mashup.&lt;/P&gt;&lt;P&gt;I have it working fine using Plunker but when copying this code across into the dev-hub environment it doesn't load / work.&lt;/P&gt;&lt;P&gt;Is there something I need to add to my code to get it to show in Qlik?&lt;/P&gt;&lt;P&gt;For reference this is the code i'm using:&lt;/P&gt;&lt;P&gt;&lt;U&gt;index.html&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Compliance Questionnaire&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div id="surveyElement"&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;script src="./index.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;index.js&lt;/U&gt;&lt;/P&gt;&lt;P&gt;var json = {&lt;BR /&gt;"title": "TQP01 Compliance Questionnaire",&lt;BR /&gt;"pages": [{&lt;BR /&gt;"name": "page1",&lt;BR /&gt;"elements": [{&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Have all bank accounts been fully reconciled with all reconciling items agreed as appropriate?",&lt;BR /&gt;"title": "Have all bank accounts been fully reconciled with all reconciling items agreed as appropriate?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Have appropriate bank cut-off procedures been applied e.g. for direct debit receipts or payments?",&lt;BR /&gt;"title": "Have appropriate bank cut-off procedures been applied e.g. for direct debit receipts or payments?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "5M Euro Daily Threshold hasn’t been breached?",&lt;BR /&gt;"title": "5M Euro Daily Threshold hasn’t been breached?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Bank account linked to VGSL Profile?",&lt;BR /&gt;"title": "Bank account linked to VGSL Profile?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Mandate Signatories are in place and up to date?",&lt;BR /&gt;"title": "Mandate Signatories are in place and up to date?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Mandate Content is in complaince to treasury policy?",&lt;BR /&gt;"title": "Mandate Content is in complaince to treasury policy?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": " Payment Systems Review done annually?",&lt;BR /&gt;"title": " Payment Systems Review done annually?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Does the bank account have a nameless bank mandate?",&lt;BR /&gt;"title": "Does the bank account have a nameless bank mandate?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "question1",&lt;BR /&gt;"title": "Does the bank account have a named bank mandate?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Have you had a new starter within the last 12 months?",&lt;BR /&gt;"title": "Have you had a new starter within the last 12 months?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Has the new starter(s) completed TQP01 training?",&lt;BR /&gt;"visibleIf": "{Have you had a new starter within the last 12 months?} = \"Yes\"",&lt;BR /&gt;"title": "Has the new starter(s) completed TQP01 training?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Are there any instance of Bank accounts being closed in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"title": "Are there any instance of Bank accounts being closed in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "comment",&lt;BR /&gt;"name": "Please provide evidence to demonstrate that Treasury were notified",&lt;BR /&gt;"visibleIf": "{Are there any instance of Bank accounts being closed in the last 12 months (or since the last compliance review if greater than 12 months)?} = \"Yes\"",&lt;BR /&gt;"isRequired": true&lt;BR /&gt;}, {&lt;BR /&gt;"type": "radiogroup",&lt;BR /&gt;"name": "Are there any instances of Bank accounts being opened in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"title": "Are there any instances of Bank accounts being opened in the last 12 months (or since the last compliance review if greater than 12 months)?",&lt;BR /&gt;"isRequired": true,&lt;BR /&gt;"choices": ["Yes", "No"]&lt;BR /&gt;}, {&lt;BR /&gt;"type": "comment",&lt;BR /&gt;"name": "Provide evidence that approval has been granted according to policy and Treasury notified.",&lt;BR /&gt;"visibleIf": "{Are there any instances of Bank accounts being opened in the last 12 months (or since the last compliance review if greater than 12 months)?} = \"Yes\"",&lt;BR /&gt;"isRequired": true&lt;BR /&gt;}]&lt;BR /&gt;}]&lt;BR /&gt;};&lt;BR /&gt;Survey.defaultBootstrapCss.navigationButton = "btn btn-primary";&lt;BR /&gt;Survey.Survey.cssType = "bootstrap";&lt;/P&gt;&lt;P&gt;var model = new Survey.Model(json);&lt;/P&gt;&lt;P&gt;$("#surveyElement").Survey({&lt;BR /&gt;model: model&lt;BR /&gt;});&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 08:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-integrating-an-external-survey-into-a-Mashup/m-p/1613696#M11142</guid>
      <dc:creator>RWilliams92</dc:creator>
      <dc:date>2019-08-19T08:28:50Z</dc:date>
    </item>
  </channel>
</rss>

