Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Want to know pre-requests for qlik view mashup

Hi all,

Iam referiing to this site "QlikView Mashups - Div Integration" to embed my objects in html,But iam not able to get the result.

In lef file i have the workBench=true only.

i want to know the server settings any to change?

and the error iam getting is ""No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:20533' is therefore not allowed access.""

please be helpful.

erikabmwashfaq_haseebloveisfail

3 Replies
Anil_Babu_Samineni

Can you describe more, Please? Here you are doing one Mash up as i understand, In that what stuff you have would you elaborate with Code(Html, CSS, JS). So then, It came to address to identify. Well it was thinks what you have done

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">

  

<head>

    <title></title>

     <script language="javascript" type="text/javascript" src="http://ServerName/QVAJAXZfc/htc/QvAjax.js"></script>

    <script language="javascript" type="text/javascript">

        Qv.InitWorkBench({

            View: 'customer dashboards',

            // Instead of using "Host: 'Local'", use "Host: null"

            Host: null,

            BodyOnLoadFunctionNames: ['Init']

        });

</script>

</head>

<body>

    <form id="form1" runat="server">

    <div class="QvInlineObject" avqview="customer dashboards" avq="object:.Document\CH314"></div>

    </form>

</body>

</html>

Anonymous
Not applicable
Author

iam using that code and giving my server name in place of ServerName ..................

do u have any examples that are woking with no errors.

please attach those files