Re: Is it possible to change the Schema name in analytic views?
Yes, I tried it but couldn't make it work in my use case. The issue for me is that I need both schemas SCHEMA_A and SCHEMA_B exist in the same HANA instance. SCHEMA_A has the full dataset which makes...
View ArticleRe: Is it possible to change the Schema name in analytic views?
I see...I suppose you'll need to change it manually then.
View ArticleRe: Is it possible to change the Schema name in analytic views?
I just have to ask - how many records are in your source table, and what kind of performance are you getting out of your Analytic View? What target performance are you working towards? And are you...
View ArticleParameters defined in SAP HANA don't display as Prompt in Web Intelligence
Hi, I'm currently developing a universe based on a calculation view that has multiple calculated columns. One of those columns is calculated based on 2 input parameters defined in the calculation view....
View ArticlePartitioning a table on a single-host SAP HANA system
Hello SAP HANA Friends: Has anyone successfully partitioned an SAP HANA columnar table on a single-host system? I need a little guidance and direction on accomplishing this. As I understand it, a...
View ArticleParameters defined in SAP HANA don't display as Prompt in Web Intelligence
Even though this is related to consuming data from HANA, it's related to an issue with WebI, isn't it? Maybe you should try to ask it in the WebI space: SAP BusinessObjects Web Intelligence
View ArticleRe: Problem with Analytic view activation
Hi Jody and Alok Thanks for the response. Yes I am on studio below revision 46. Infact currently I am using that workaround, but when I create a new analyticalview by copying the old one and using...
View ArticleRe: Private attribute view not appearing in Analytical View Definition
Hi All At this point of time , I got a work around to surpass the problem.I have changed the private attribute name which is part of all joins and added the same attribute once again to the private...
View ArticleRe: Aggregation operation Count doesn't works
It's sounding more and more like a bug with this 52 release. Perhaps time to create a message to SAP.
View ArticleRe: SAP HANA Variables and Parameters
HI Piyush, I'm struggling with an issue. I followed the steps to create an parameter in the data foundation, define input parameters in a calculation view, create a derived table with placeholders and...
View ArticleHow to grant access to an analytic view?
Hi, I am just starting with HANA and I am really confused about authorizations. I have created a schema, a table, a package, an analytical view and a user which should be able to see the analytical...
View ArticleHow to use count in CE_CALC
Hi All I have a requirement to find the count of transactions which have country assigned to them , I have anyalitcal view, I am using calculaion view on top of it. I tried to use CE_AGGR there I...
View ArticleRe: How to grant access to an analytic view?
Hi Simon Analytical Privileges are not mandatory if any had been applied that would help you to apply row-level security, which is more helpful in the reporting layer. Can you check whether...
View ArticleRe: HANA Certification
Hi Sri, This one is not as easy :) https://m.training.sap.com/certification/p_hanaimp_1-sap-certified-application-professional-sap-hana-10-g/
View ArticleRe: Partitioning a table on a single-host SAP HANA system
Lars, we are on a memory limited AWS instance and we have data from multiple clients which we rarely use but a single one. If we partitioned the data in the tables by client id and queriy only for the...
View ArticleRe: How to grant access to an analytic view?
Hi Santosh, thanks for your answer, I checked the grantable to other users option for _SYS_REPO for my schema and miraculously the user I created was able to view the data in my analytical view,...
View ArticleRe: Partitioning a table on a single-host SAP HANA system
Hi Joseph, There are two scenarios to partitioning a table. One is across several nodes in a cluster and the other is partitioning the table within one node. The former is normally referred to as a...
View ArticleRe: Partitioning a table on a single-host SAP HANA system
Well, in that case, the partitions that are not used will get unloaded as soon as the memory is required for other columns/partitions to work on. Unfortunately for you, your dominant client will tend...
View ArticleRe: Clarification on SQL vs. SQLScript vs. CE Functions
Hi Rajarshi, Regarding your last question, the default of a procedure is to be read-only when using the GUI (New -> procedure). You can write your own CREATE PROCEDURE - SQL statement, which will be...
View ArticleRe: How to use count in CE_CALC
Hi All Have any body faced this problem , is there any function availble to achieve filter while aggregatting. ThanksSantosh
View Article