Questions tagged [sisense]

Sisense is a business intelligence product that enables non-technical users to join and analyze large data sets from multiple sources, and also create visualizations, like dashboards and reports

32 questions
0
votes
1 answer

Does sisense elasticube support nosql database structure?

I have to load data in the Sisense ElasticCube data model from MongoDB, the MongoDB collection has data structure as below. { "FirstName": "Dilip", "LastName": "Singh", "Address": [{ "Address1": "E-34", …
Dilip Kr Singh
  • 1,418
  • 1
  • 18
  • 26
0
votes
1 answer

Sisense - REST API - republish Not Working + 500 Internal Server Error

Using JAVA, I am trying to republish a dashboard to a particular User. It returns me HTTP status 500. Below is the code for it. String sisenseURL = surl; // This is correct URL to POST API for PUBLISH String urlParameters = "force=true"; byte[]…
Ashutosh Vyas
  • 419
  • 4
  • 17
1 2
3