Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SelectValues with createCube function?

I am creating an extension and I using the code layout similar to swr Stefan Walther's CalanderHeatMap layout.

The hypercubes the extension use are created with the createCube function. My problem is that I can't select any values of those hypercubes with the backendApi.selectValues(). I tried to change the path of the backendApi but it doesn't work. The hypercubes are stored $scope.hypercube and I also tried with saving the definition aswell to the scope. Is there an easy way to solve this?

Cheers

Karl

1 Reply
Stefan_Walther
Employee
Employee

Use app.field(fieldName).selectValues

Sent from my iPhone