Filters linked to Variables: At which point is the filtering done?
Hi HANA experts, I know how to create variables and how to define a filter based on a variable that the end user can specify. But I’ll like to understand if defining a variable in a view does change...
View ArticleRe: Filters linked to Variables: At which point is the filtering done?
Hello there Maria, There's an awesome blog post by Ravindra explaining filter 'pushdowns'. It will surely let you know where the filter is applied. Here's the link: http://scn.sap.com/docs/DOC-41562...
View ArticleRead/Write Authorization for a single package
Hi Everyone, Is there a way to give a user read/write authorization for a single package? Let's say I create a structural package (package-1) and want to allow a user access to create/delete...
View ArticleRe: Currency conversion in SAP HANA.
Hi Vijay, Please check blow blog http://scn.sap.com/community/hana-in-memory/blog/2012/04/27/how-to-perform-currency-conversion-in-sap-hana http://scn.sap.com/thread/3232693 Best Regards,Atul
View ArticleRe: SAP HANA Variables and Parameters
Hi Sushant, There are 2 problems which i notice here:1. You are not using the Store ID Prompt in the Placeholder syntax. You have hardcoded the value '1001'. In this case if all your syntax is correct,...
View ArticleRe: Currency conversion in SAP HANA.
Hi Vijay, Currency conversion cannot be done at Attribute View. Create an Analytical view then create calculated measures and then you can do currency conversion....
View ArticleRe: Currency conversion in SAP HANA.
Hi Vijay, To do currency conversion we need to have tcurr, tcurc, tcurx,tcurf,tcurt,tcurv tables and we can't create currency conversion on top of attribute view as it is made to define attribute...
View ArticleDatabase initialization - SAP BO Hana Analitics
Hello, I installed HANA DB and HANA Analitics. HANA DB works fine. Then I run Administration Console. When I try initialize the company databases, the status will change to "in process..." and shows...
View ArticleRe: Not able to get ECC tables in cloude share in SAP HANA
Ganesh, Cloudshare is a standalone instance of SAP HANA. You can only practice HANA modelling in it. Hope this helps. Rama
View ArticleRe: Read/Write Authorization for a single package
Thank you for the tips Raj! You are correct regarding individual package authorization. I was having a problem with seeing individual packages in the authorization area in HANA Studio v46, so I...
View ArticleRe: SQLScript procedure execution
Dear Satya, No, this is not expected behavior. In order to test your scenario, I just created one procedure not exactly as yours but some what close like this:I am on Version: 1.0.46 DROP PROCEDURE...
View ArticleRe: What is the difference between "p1.p2/MyView" and...
Hi Hema, As per your screenshot, in the revision 48 it is displaying default hierarchy too even if we are creating a hierarchy. That's good to know. But in revision 46 it is not. Any how i hope you got...
View ArticleRe: SAP HANA Database Views - Use in SAP HANA Modeling components
I know this is an old thread, but I thought this might be useful in terms of your questijon on SLT. From what I gather and have seen, there is very little transformation possible with SLT. It seems...
View ArticleRe: Finding the outlier in a specified dimensions of an analytic view
The outliers is something that is very different than the rest of the data a dimension of an analytic view. so say for example I have the dimensions CITY and MONTH, and i have a measure like...
View ArticleRe: making a drill down on an analytic view using MDX
hi, thanks for answering but i am not using Excel. I am actually trying to get the data from the analytical view using MDX and then send it to the client side in json format using HANA XS engine to be,...
View ArticleRe: Finding the outlier in a specified dimensions of an analytic view
Hi Mohamed, You need the SAP HANA PAL to be able to build a model that can determine outliers. The PAL function that can be used to determine outliers is called Anamoly Detection. You may refer to the...
View ArticleRe: Finding the outlier in a specified dimensions of an analytic view
Thank you Sharan, yes I certainly will check out what PAL can do about this, but i was trying to implement it my self because i have seen some threads in the forum complaining about the performance of...
View ArticleRe: making a drill down on an analytic view using MDX
Hi Mohamed, Why don't you just use an xsjs script to achieve this? You can have a the user choose the grouping via selections on your user interface screen. Take those selections and pass them to the...
View ArticleRe: Finding the outlier in a specified dimensions of an analytic view
If you want to avoid using PAL, you can certainly define a procedure using CE functions and define the logic as per your requirements. As for performance with PAL shouldn't really be an issue because...
View ArticleRe: making a drill down on an analytic view using MDX
Hi Sharan, I have already done something similar to that using HANA XS, SQL and SAP UI5 , but i would like to know how to do that using MDX. I want to check what is the best solution in term of...
View Article