cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

NLQ on Embedding

adityak
7 - Data Storage
7 - Data Storage

Hello there,

Hope everyone's doing good.

I just want to check if it is possible to access NLQ (Simply Ask) when a Widget/Dashboard is embedded on a web application. Any suggestions are welcome.

Thanks and Regards,

Aditya.

1 ACCEPTED SOLUTION

tomlinton
Sisense Team Member
Sisense Team Member

Hi Adityak!

Yes you can absolutely access the simply ask functionality within an embedded application. To do so depends on the type of embedding. 

Assuming you have enabled simply ask on a dashboard already....

iFrame: To have it available on the iframe, you need to ensure you include the toolbar when generating your iframe. The simply ask feature will be exactly where it is on a normal Sisense dashboard.

SisenseJS: Check out this instructional on how to embed the simply ask functionality with SisenseJS.

For a working example, check out this website. It has both types of simply ask embedded within it. If you click on the pencil icon it will take you to the iframe embed. Below is a picture of it.

View solution in original post

2 REPLIES 2

tomlinton
Sisense Team Member
Sisense Team Member

Hi Adityak!

Yes you can absolutely access the simply ask functionality within an embedded application. To do so depends on the type of embedding. 

Assuming you have enabled simply ask on a dashboard already....

iFrame: To have it available on the iframe, you need to ensure you include the toolbar when generating your iframe. The simply ask feature will be exactly where it is on a normal Sisense dashboard.

SisenseJS: Check out this instructional on how to embed the simply ask functionality with SisenseJS.

For a working example, check out this website. It has both types of simply ask embedded within it. If you click on the pencil icon it will take you to the iframe embed. Below is a picture of it.

adityak
7 - Data Storage
7 - Data Storage

Hey Tomlinton,

 

I'm able to embed the NLQ on the web app. Thanks a lot for the response.