cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Fiori Analytical App shows no data

former_member592282
Participant
0 Kudos

Hello Experts,

I have successfully configured 1 standard fiori Analytical app with SoH, but its showing no data. I have consulted with Functional colleague & he confirms that data is present in backend. To confirm, I also tried to execute standard Query Views (Assigned to KPI) in Hana Live browser using 'Open Content' tab after selecting the query view, but it also shows, no data.

Now I am not sure what is the reason for this problem as I am very new to Fiori.

Can you please guide me, how to troubleshoot this issue? Can we find the exact logic of standard Query View?

Looking forward for all your help & suggestions.


Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member592282
Participant
0 Kudos

Thanks everyone, issue is resolved now. It was due to the bad test data.

Regards,

Ravi

Answers (2)

Answers (2)

jayakanth_r3
Participant
0 Kudos

Hi Ravi,

If you can find the views in hana studio which is used for this analytical app, then try to run them in hana studio and check if it is returning any results. If not then you need to debug the view by checking the tables referred by the views.

Let me know the app which you have activated so that i can try helping you with the views accessed in hana.

Regards,

Jay

developerone
Contributor
0 Kudos

Please debug the FIORI app using your browser's developer tools (F12). In the console check if you are receiving any errors like 403 forbidden access. Post the steps that you have performed to configure the analytical app.

There are some really well written blogs related to SAP Smart Business. These should help you understand pretty much everything related to SAP Smart Business Apps.

former_member592282
Participant
0 Kudos

Thanks Sai for your suggestion, but I already checked console log as well as Network trace, I am not getting any error, even Odata response is also with HTTP Status 200 but returned result is No Data. That's why I tried to exceute the Stanard Query View in Hana Live browser but that is also not returning any data. So, I am not sure, how can I check the standard query view logic and how to debug this?