Re: Dimension restriction in an analytic privilege
Hi Alexandre - I read this post and found it very similar to a previous discussion, shown in this thread. Essentially the question comes down to multiple analytic privileges and which one "wins" when...
View ArticleRe: Dimension restriction in an analytic privilege
Hi Justin, thanks for the help. I am having difficulty understanding the whole picture.Can you please explain the same relating it to the screen I have given above? Benedict
View ArticleRe: Analytic View Modeling: Using attribute on fact instead of attribute view?
Hi Justin, We have implemented following 2 approaches: 1) Use the Attribute views and perform the joins as mentioned above.2) Don't use the attribute views, but perform the joins in the Data foundation...
View ArticleRe: Analytic View Modeling: Using attribute on fact instead of attribute view?
Just to clarify your approaches, comments in <brackets> 1) Use the Attribute views and perform the joins as mentioned above. <this is the standard HANA approach for analytic views>2) Don't...
View ArticleRe: SLT Replication - Datatypes NVARCHAR converted in HANA
Hello Van, Please go through with the below Thread http://scn.sap.com/thread/3399842 Thanks,HA
View ArticleRe: HANA Memory allocation
From the replies I've had and some further research it looks like if you start setting the global allocation limit manually then you have to take into account leaving 10% of memory available for the...
View ArticleRe: Parent Attribute in Parent-child hierarchy
Hi Ram I understand the concept and imlpemented it that way with the Accounts from B1. If I Open the calc view in Excel and choose the hierarchy i get an error like...
View ArticleRe: Stored Procedures in SAP HANA
>you can define appointed schema of SP in catalog, but you can not define schema in SP of content, it is default in schema(_SYS_BIC) so far.As of SPS6, you can specify the schema for creation for...
View ArticleRe: Stored Procedures in SAP HANA
Hi Tomas, Yes, I agree with you about design time procedure, and I already used it in native application, so far it is fine. Regarding as run time procedure, I think that it maybe catalog as well,...
View ArticleRe: I dont see Hana jobs in the market, why would anyone learn Hvana
Hi, You will get lot of Opportunintes in SAP HANA in coming 2014. Linkedin .com is the major one. RegardsNaveen
View ArticleRe: I dont see Hana jobs in the market, why would anyone learn Hvana
Dear Mr. Jay Vardhan, With SAP HANA, the customers & sap partner companies have got a new era of opportunities. At this moment, HANA is elder than any other product mentioned by you but...HANA has...
View ArticleStored Procedures in SAP HANA
Thank you for all the replies. They were very helpful!Hyun
View ArticleSAP Hana and cloudshare trail server ui5
hii am using sap hana and cloudshare trail server ui5. followed by the week1 instruction i create a simple application when i launch the app its throw the error link is broken. i follow each and every...
View ArticleRe: Consuming Calculation view with a variable in a SAP BO Explorer
Hi Glen, Because of the limitation with using variables with Explorer, we ended up chaning the design of HANA view. We don't use variables anymore. Regards,Vimal Shah
View ArticleRe: input parameter or variable in scripted calculation view to be set from...
Hi Jerry,Thanks for taking out some time to help me with my question. Actually i dont need to use the IN command but rather 'between' command because from the UI the end user would pass a range. As you...
View ArticleRe: Cognos on SAP HANA?
Hi Oliver, No ETA at this time. I will update as soon as I have some news. Thanks for you patience. Pierre
View ArticleRe: Other Engine Components (misc) of Index Server
Hi, this query will show you all the components of "other engine components (Misc.)"SELECT host, port, 'Other Engine Components (misc.)' AS COMPONENT, sum(EXCLUSIVE_SIZE_IN_USE) AS...
View ArticleRe: input parameter or variable in scripted calculation view to be set from...
Hi Ashish, You cannot use "between and" in filter expression, you can use ">=" or "<=", so you can try. Besides, whether you create calculation view based on SQL script? for input pameters is...
View ArticleRe: Analytic View Modeling: Using attribute on fact instead of attribute view?
After some further investigation, it looks like the answer is pretty clear. To get this behavior to work (only executing joins when a non-joined attribute column is used), simply use a left outer join....
View ArticleRe: Anyone know how to convert decimal to timestamp on hana studio?
Hi Amon, The usage of longdate seems to be faulty. Can you try 1. Convert decimal into string(The method you are using will work for that)2. Using the midstr() or any other string function to cut the...
View Article