Hi everybody, I am very new to Sas and I have a question about Sas Viya reports in SAS Visual Analytics:
From all the examples I saw, the data used in the report is in a single table and to use more than one table, I need to join them. My question is, is there a way to create a data model underneath the report to keep multiple tables in relation to each other without joining them? as a result one can implement infamous star schema like the one below without joining 5 tables:
For those who know Qlik Sense, it is easier to understand what I mean https://hub.packtpub.com/implementing-data-modeling-techniques-in-qlik-sense-tutorial/
please refer me to an example or video showing how to do data modeling in Sas Viya visual analytics.
Thanks for the answer, it was exactly what I was looking for.
So as far as I understood, a view simulates the data model. Is there any way to visualize the view as a data model?
More importantly: is there a visual tool that uses GUI to convert a graphical data model to a view?
AFAIK there is no functionality in SAS for consuming or publishing data models to or from third-party data modelling tools. In any case SAS data libraries aren't DBMSs. Star schemas are one of the few instances of DBMS-type table relationships being used in SAS.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.