Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
<%@ 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>
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