Issue with number of records and filtering in Calculation views
Hi Experts Here is a case I cannot explain nor solve : filters are just not working in HANA the way they are supposed to... We have a base view(CV_STEP1TO5_NO_AGGR_TEST) which has a calculated column...
View ArticleRe: Issue with number of records and filtering in Calculation views
Hi Marie, Your "IF" Condition logic is finebut You have applied the "IF" condition logic in Calculated column - Default Projection Node.So the records are not getting filtered. Please Use this "IF"...
View ArticleEnable Client Side Aggregation - CV Calculated Column
Hi All, I have noticed "Enable Client Side Aggregation" Check box during calculated column creation in Calculation view.Please let me know what is the use case for this? If this check box is not...
View ArticleConverting BW APD to HANA APD
Hi Experts, I am trying to convert a BW existing APD into HANA APD. In my existing BW APD we are using multiple loop statements due to complex business logic. This existing BW APD takes around 6 hours...
View ArticleRe: Attempt of using $link operation in XSOData leads to error. Why?
Hi, I have exactly the same problem with a HANA v102:MERGE AuftragSet('a12d824a-f0e2-43ba-9698-ad6cc0e9fbf9')/$links/ChecklistenPositionSet HTTP/1.1 Accept: application/json Accept-Language: en...
View ArticleUpdating models from SPS 8 to SPS10
We are thinking to migrate the HANA views from SP8 to SP10. What are the kind of activities that we need to perform post migration apart from testing.
View ArticleRe: HANA Studio vizualisation, distinct values vs. row count
I'm not discussing about the limits you wanna set or not. I am just saying that you have to increase your "Max rows" limit from 200 to e.g. 99.000.000 to get your required result. Seems to better for...
View ArticleRe: XSODATA Multi Table Insert
And your OData service is defined for table "ABC_XYZ_PRJ.TABLES.MASTER::DM_CustomerRegistration" respectively you have an exit on that entity?
View ArticleRe: Better compression due to column based storage grouped by native datatype ?
If it would be a good idea really depends on what you want to achieve.If the goal is to have a single dictionary per technical data type then this would be the way to go.You would of course then have a...
View ArticleTHERE IS A ROW MISMATCH BETWEEN HANA AND SQL
Hello experts, below is the sql query, after execution i got 5542 rows Select rank() OVER(PARTITION BY RIGHT(usr.[email], (LEN(usr.[email]) - CHARINDEX('@', usr.[email]))) ORDER BY (usr.dv_u_type)) AS...
View ArticleRe: Parallelization of HANA procedure
I have only one DML statement inside the procedure above.Do make it more clear I will post the procedure witch will call the procedure "myProc"The procedure "myProc" "will be called several times by...
View ArticleRe: THERE IS A ROW MISMATCH BETWEEN HANA AND SQL
Hi Naresh, You can try using dense_rank() function. Regards,Saurabh
View Articlestatus error of 405 (Method Not Allowed) when use xsodata for update or delete
Dear Experts, I am running on HANA SP11.1. When I use xsodata with create& Read method , the ui5 can be work and return the right result, But I am facing issue to use xsodata for Update...
View ArticleRe: THERE IS A ROW MISMATCH BETWEEN HANA AND SQL
Hi Saurabh, I even tried dense_rank() function , ts giving me same output RegardsNaresh P
View ArticleRe: Exact Months between two dates
can you please check my blog on this Exact Months/Years/Quarter etc.. between two dates by Stored Procedure
View ArticleRe: CDS modeling problem
Hi Florian,I'm using SPS11 so I tried writing the view like this: VIEW FullView AS select from FullEntity LEFT JOIN DescriptiveEntity on FullEntity.ID = DescriptiveEntity.FullEntID { ID,...
View ArticleRe: CDS modeling problem
Should be ... on FullEntity.ID = DescriptiveEntity.FullEntID.ID ... from my point of view.
View ArticleDifference result between SELECT and CE_OLAP_VIEW
Dear experts,Is it possible to get difference results between CE functions and SQL?My scenario is1- I have created Analytical view to get GL balances from table FAGLFLEXT with GLs description and...
View ArticleHANA doesn't auto start when instance is started
Hello all,We're running SPS11 on a r3.2xlarge EC2 instance on AWS. The instance runs during working hours, so it needs to be started every morning.But when we start the instance HANA doesn't start...
View ArticleRe: Difference result between SELECT and CE_OLAP_VIEW
Hi Ibrahem, Can you please let me know Is there any Attribute/Measure in Analytic View marked as Hidden. To copy Analytic View - Select Query SQL, Please follow this.Use this Select Query and check the...
View Article