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?