Re: Updating UI5 resource version on HANA DB
According to SAP support, the only way to update SAPUI5 on HANA DB is to update to the DB to a new revision level. Even with the latest revision number (1.00.110.00) you would only get SAPUI5 1.28.15....
View ArticleRe: Updating UI5 resource version on HANA DB
Thanks Manoj for your timely response, appreciate that.
View ArticleRe: Wrong Aggregation using Hierarchy in HANA MDX Provider with Excel or MDX...
Hey all, Did anyone find a resolution to this problem? I'm finding a similar issue, where Distinct Count measures don't aggregate up a hierarchical dimension. Cheers,Will.
View ArticleProblem using 2 Input Parameters
Hello, I'm trying to develop an analytic model with HANA using an Analytic view. I have one Fact table with one attribute and one measure, for example: DIMMeasureA1000B500C3000D2000E1500 In my HANA...
View ArticlePass dynamic values to HANA query view paramaters
Hello, I would like to consume standard HANA Live view (VDM) content delivered for SAP EWM into Fiori analytical application as well SAP Lumira. Now the questions is some of these calculation views or...
View ArticleError on concatenating strings in calculated cloumns while creating Analytic...
Hi I am facing an issue when I am Concatenating Columns using "+" operator in the Calculated Columns the Final result of the Concatenated String isfor eg Karthik Karan Joethe O/P of the Concatenated...
View ArticleRe: Error on concatenating strings in calculated cloumns while creating...
Hi Rahul Can you try using ',' between your columns ? Assuming your column names as name1,name2,name3, then try this in expression editor name1 + ', ' + name2 + ', ' + name3. Regards,Nithin
View ArticleRe: Problem using 2 Input Parameters
Hello, Are you previsualizing it with Eclipse/Hana Studio or Lumira? If you're using Eclipse, check if the generated SQL command is passing both input parameters There should be a line with...
View ArticleHow to read CSV data from a CLOB column in HANA DB using SQL script?
Hi, Anybody knows how to do these listed below?1. How to read CSV data from a CLOB column in HANA DB using SQL script?2. How to convert a table data into CSV format and save it into a CLOB column using...
View ArticleRe: system generated indexes and explicit indexes in HANA ?
Technically there are two kinds of system generated indexes: the ones that are created with a name in the catalog (it's a generated name, easy to identify as such) and the ones that are only created in...
View ArticleRe: system generated indexes and explicit indexes in HANA ?
Thank you for your response Lars Breddemann. But is there any way, like a column or attribute in any metadata tables which can clearly differentiate between the two other than the naming convention....
View ArticleRe: Error on concatenating strings in calculated cloumns while creating...
Hi Nithin thanks for your help it worked 1 more thing If I am able to get the 2nd concatenated column in the new Line it would be best Name :RahulSurname: Khanna RegardsRahul
View ArticleRe: Sort oder of CDS-View
There exists no annoation to define a kind of "default sort" (UI Annotations - Reference - SAP Library). On the backend side it would also make no sense to define a hard sort criterion because from the...
View ArticleRe: Coding standards for xsjs by following javascript design patterns. Is...
That sounds fine - all business logic in the database. This may be good for having one place where all logic is defined and for performance reasons.What can you say about the arguments that have been...
View ArticleRe: Dynamic Tiering and integration with an existing HANA appliance
Hello Mark, no. Dynamic Tiering Hosts can be added to HANA Appliances and TDI set ups. Adding a Dynamic Tiering Host to an appliance will not "convert" it to a TDI, because you do not exchange the...
View ArticleRe: XSJS select query from CV with list of values input parameter
Hello Scott, since HANA SPS09 input parameters of calculation views can have multiple values.The values have to be passed in a comma separated list. Details can be found here: Input Parameters - SAP...
View ArticleRe: SAP HANA SPS 9 Question
Hello Alexander, HANA SPS can be downloaded from the SAP Service Market Place. For that you need an account and the privileges to download the software. But of course you need also a licensed HANA...
View ArticleRe: system generated indexes and explicit indexes in HANA ?
Nope. But the naming convention is pretty OK for this task, since you (normally) cannot manually create _SYS_* objects.
View ArticleRe: SAP HANA Non-cumulative scenario's
Hi Santhosh, could you you please elaborate more on this question? sunil
View Article