cancel
Showing results for 
Search instead for 
Did you mean: 

SAC Application designer story blended models/lined dimensions

rpuranik
Participant
0 Kudos
145

I have a story built in SAC application designer which has a table chart using blended models. When I click on any cell on the table chart, I get this error. The data is displayed fine but any clicks on the table chart throw's this error.  Its a simple table chart, dimension and measure columns are from different models. Any ideas? Thank you!!

"[Application Error]:Cannot read properties of null (reading 'getDatasetId')
Correlation ID: 21192195-9278-4171-9946-442125091323 "

View Entire Topic
Savio_Dmello
Active Participant
0 Kudos
  • Did you Ensure the blended models are correctly linked and configured. Ensure that all dimensions and measures used in the table are correctly bound and mapped to their respective models. If any are missing or unbound, SAC may throw this error.
  • If you've added any custom scripts for clicks or interactions, ensure they correctly reference datasets from the different models.
  • Look for where the getdatasetid is used, and check if it’s properly retrieving the ID. If the model or dataset is not loaded or is null at the time of the click, that would trigger the error.
rpuranik
Participant
Thank you, Savio! Yes, all the columns are correctly linked and mapped. I dont have any custom on-click script on this table chart and not using getdatasetid any where. I opened a ticket with SAP to see if they can figure out whats causing this.