HOW TO SHARE MY REPORT
Answered
Hi All,
I am new user of Yellowfin, so i am testing it and trying to creat and share a report.
I am on my localhost and have created my first report; this is the share javascript that i go
- <script type="text/javascript" src="http://localhost/JsAPI?reportUUID=f8dd372e-9cf0-4a04-8acf-c26f36ee0f83"></script>
So in my html page which look
- <!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<scripttype="text/javascript" src="http://localhost/JsAPI?reportUUID=f8dd372e-9cf0-4a04-8acf-c26f36ee0f83"></script>
</body>
</html>
When i run it, i got a blank page but not my report.
May somebody help or advice me please
Thanks,
Hi Dembele,
I hope all is well,
Everything you have done has been done correctly apart from the "localhost" side. Within the link you need to add your local host port, for example your new link would look something like this:
http://localhost/8080/JsAPI?reportUUID=f8dd372e-9cf0-4a04-8acf-c26f36ee0f8 - notice the 8080, this would be your port that you entered when installing Yellowfin.
If you can modify this then get back to me with the results I would appreciate this greatly.
NOTE: From what I can see our Wiki guide has clearly missed the port numbers. I will have this corrected.
Regards,
Mark
Hi Dembele,
I hope all is well,
Everything you have done has been done correctly apart from the "localhost" side. Within the link you need to add your local host port, for example your new link would look something like this:
http://localhost/8080/JsAPI?reportUUID=f8dd372e-9cf0-4a04-8acf-c26f36ee0f8 - notice the 8080, this would be your port that you entered when installing Yellowfin.
If you can modify this then get back to me with the results I would appreciate this greatly.
NOTE: From what I can see our Wiki guide has clearly missed the port numbers. I will have this corrected.
Regards,
Mark
Hi Dembele,
I hope all is well,
Everything you have done has been done correctly apart from the "localhost" side. Within the link you need to add your local host port, for example your new link would look something like this:
http://localhost/8080/JsAPI?reportUUID=f8dd372e-9cf0-4a04-8acf-c26f36ee0f8 - notice the 8080, this would be your port that you entered when installing Yellowfin.
If you can modify this then get back to me with the results I would appreciate this greatly.
NOTE: From what I can see our Wiki guide has clearly missed the port numbers. I will have this corrected.
Regards,
Mark
Hi Dembele,
I hope all is well,
Everything you have done has been done correctly apart from the "localhost" side. Within the link you need to add your local host port, for example your new link would look something like this:
http://localhost/8080/JsAPI?reportUUID=f8dd372e-9cf0-4a04-8acf-c26f36ee0f8 - notice the 8080, this would be your port that you entered when installing Yellowfin.
If you can modify this then get back to me with the results I would appreciate this greatly.
NOTE: From what I can see our Wiki guide has clearly missed the port numbers. I will have this corrected.
Regards,
Mark
Replies have been locked on this page!