HOW TO SHARE MY REPORT

Ibrahim Dembele shared this question 7 years ago
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

  1. <script type="text/javascript" src="http://localhost/JsAPI?reportUUID=f8dd372e-9cf0-4a04-8acf-c26f36ee0f83"></script>


So in my html page which look

  1. <!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,

Best Answer
photo

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 (1)

photo
1

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

photo
1

Hi Mark,


Thank you very much, it works for me by adding port number

photo
1

Hi Dembele,


I am pleased all is well, I will now go ahead and mark this Question as Answered.


Regards,

Mark

photo
Leave a Comment
 
Attach a file