Forum Discussion

adityak's avatar
adityak
Data Storage
04-11-2022
Solved

NLQ on Embedding

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.

  • 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.

2 Replies

Replies have been turned off for this discussion
  • tomlinton's avatar
    tomlinton
    Sisense Employee

    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's avatar
    adityak
    Data Storage

    Hey Tomlinton,

     

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