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

I hae the web application for realtime data visualization. I want to embed the dshboards i have developed in knowage suit into my web application which is built using the .Net framework. I want my dashboards to take the input parameters dynamically.So how do i do it.Any support is highly appreciated.

Thanks in advance
Environment ASP .Net MVC
in API and SDK by (160 points)

2 Answers

0 votes
Dear

You should use the SDK, read here: https://knowage.readthedocs.io

Best regards

Angelo
by (20.7k points)
can you tell me the exact way of embed the dashbord .above link only show origin policy and some methods.can you please give a flow to folllow
If you are using the community edition, you ave to figure a lot of things out for yourself. That is how I did it. It's not too hard if you know what to look for.
0 votes

You need to get the HTML string form the response. This may help you. 

https://github.com/darwinpasco25/KnowageServiceConsoleApp

by (2.8k points)
...