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

if i am use another user than tool bar withoutedit option displayed but chart not displaying, am i do some wrong?
 

Environment 6
in Admin and Developer Functionalities by (220 points)
I am afraid I do not understand your question. Can you pleas try to be more clearer? Thank you,

Radmila
Hi Radmila,

Thanks for your response.

I want to add chart in simple html iframe using Embedded URL.

When i am using biadmin user that time embedded url works fine. But in toolbar also display EDIT option. so that was not okay for all general user.

So when i am using another user that time toolbar display using embedded url but chart is not displaying.

Thanks,

Kaushik Andani
Please,add some pictures with both cases. Thank you

In first image when i use demo user chart not displaying.

but when i am use biadmin user chart perfectly displayed , but also display edit option which i want to remove.other option i need

when i use demo user chart not displaying

when i use biadmin usesr chart display but also edit option display

2 Answers

0 votes
This can be because your demo user does not have privileges to see this document
by (3.3k points)
0 votes

Hi

When you want to embed your cockpit, You should edit "src" in the section TOOLBAR VISIBLE,

YOU HAVE TO CHANGE TOOLBAR VISIBLE TRUE TO FALSE.

Example:

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

by (240 points)
...