Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
4,141

When creating an analytic view in HANA, I received the following error, which prevented me from saving the view.

Even with extensive search in SCN, I was unable to find any hints on the cause of this error, and how to resolve it. Hopefully, this post will save someone else couple of hours, and some hair pulling!

When creating the analytic view, I used a LEFT join in my Data Foundation, to retrieve the data I needed , which could then be fed to Logical View (as shown in the screen shot below).

However, for the Data foundation, there can only be ONE main driving table. The analytic view can use only FACTS from this driving table. In this situation, I had NOT specified this driving table/central table, which can be used in Analytic view for FACTS/MEASURES.

To resolve the error, select the central table and assign it to Central Entity. You should now be able to save the analytic view.

On a closing note, when there is a situation where we need measures from multiple FACT tables, we will have to create separate Analytic Views - one for each measure - and then combine them in a Calculation View.

8 Comments
saroshj
Explorer
0 Kudos

Thanks! It helped me with the same issue

Former Member
0 Kudos

Yes helped me too! Saved me a lot of time. :smile:

Thank you!

thamizharasan
Advisor
Advisor
0 Kudos


It worked. Thanks a lot...! :smile:

Former Member
0 Kudos

TX FOR THE INFORMATION.IT HELPED TO ME

0 Kudos


Thank you for sharing you experience on Central Entity.

Just wanted to make a note here..It not advised to use multiple Analytic views by means of JOIN in Calculation view. It will have performace impact.

Used Star join instead in calculation view.

Cheers !

Former Member
0 Kudos

Thank a lot

Cheers

former_member209058
Discoverer
0 Kudos

Thank you so much!!!

0 Kudos

Saved a lot of time,

thanks for sharing.

Labels in this area