Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

When I generate the iframe code about dashboard

and I insert on blog o web page,I would like to show  dashboard on "public version"

People who dont have a knowage user can see it, but

I get the principal view (request the user and password)

I share the link on public rol user.

Example :

Iframe:

<iframe width="600" height="600"
     src=http://172.99.124.111:8080/knowage/public/servlet/AdapterHTTP?ACTION_NAME=EXECUTE_DOCUMENT_ACTION&OBJECT_LABEL=DASHBOARD PRO&TOOLBAR_VISIBLE=false&ORGANIZATION=DEMO
      frameborder="0">
</iframe>

Can I help you?

Environment knowage version 6.2 , server
closed with the note: I found the trouble
in Reporting by (240 points)
closed by

Hi jesusmelendez.

I'm having the same problem. Can you share your solution? Thanks.

Hello @maquinola

I didn't use Knowage anymore,

I try to remember

Firts Solution

You have tried to change the stament of dataset

I think is the solution, change private ( or something like that) to public.

Altenative solution

I remember found a bug about iframe code genereted automatically

you should aggreegate quotation marks in the begining src till to the end

example:

<iframe width="500" height="300" scrolling="no" frameborder="0" marginheight="0" allowfullscreen src="https://blabla bla/40313/embed/"></iframe>

...