"Search to Insights" is a great feature that brings conversational AI to SAP Analytics Cloud by asking questions in natural language. In this blog I am going to explain how to integrate natural language processing (NLP) and Conversational AI features in SAC Analytic Applications.
Below are the steps being used to integrate natural language processing (NLP) and Conversational AI features in SAC Analytic Applications:
Step-1: Open Analytic Applications and click on “+” button in Search to Insights as per below screenshots.

Step-2: Add the Model.



Step-3: Add a new button.


Step-4: Add a onClick script in the new button as per below screenshot and write the script like below.
SearchToInsight_1.openDialog("Top 3 Net Sales by Country", SearchToInsightDialogMode.Simple, false, true);



Step-5: Save the analytic application.

Step-6: Run the analytic application.

Step-7: Click on button and new “Search to Insights” window will be opened. You can search any query in the search box using natural language.


In this way we can integrate "Search to Insights" in SAC Analytic Applications.
Conclusion: "Search to Insight" is the very powerful feature of SAP Analytics Cloud where we can ask questions using natural language like a chatbot. We can integrate this feature in SAC Analytic Applications.