Hierarchies with Design studio
Hi We are working on HANA suite for one of the client, We have created Hierarchies in HANA Studio and we can see hierarchy in Lumira but we can't see in Design studio.I know design studion will support...
View ArticleChanging SAPUI5 Style with CSS when getting focus
Hey there, I have a small problem with CSS.I tried to remove those dotted border when a SAPUI5 element gets focus. Could anybody help me? I've already tried to overwrite :focus :focus { outline-style:...
View ArticleRe: Semantics vs Aggregation node in Calculation View
The final aggregation node does not come with the filter option. So, no you cannot use it instead. Beyond that, the final node in the model basically defines the general type of view.If you want to...
View ArticleRe: What do the client side need to prepare for development on SAP HANA?
Hi My take is : the BI Platform installers have their own "DataAccess" components, which enable the middleware/connectivity you need to access HANA as a datasource. However, if you are installing...
View ArticleRe: SP09 - File API on XSJS??
Are there any plans to provide a JS-API for direct server-side usage?
View ArticleCode Formatter in HANA Studio for SQL
Hi, Does anyone know of a way to format SQL code (Pretty Print) in HANA Studio. I know there is an option to format ABAP/Java code written in HANA Studio. ThanksMurali
View ArticleRe: Code Formatter in HANA Studio for SQL
Right-Click (context menu) -> "Format"... not really "pretty" but working.
View ArticleRe: Dynamic column list in contains-statement
OK, I aggree: The use of dynamic SQL makes it hard or impossible for the Optimzer to optimize the Execution. That's also the reason why we don't work with ApplyFilter()... Nevertheless I would like to...
View ArticleRe: SAP HANA Optimized BI Content
Hi Shenal, for reporting balances and flows you can already use the delivered queries on MultiProvider /IMO/FIGL_M02 of the SAP HANA-optimized BI Content. If your question hints more in direction of...
View ArticleRe: Semantics vs Aggregation node in Calculation View
Hi, Thanks for your suggestions.It is really helpful to understand concepts for person from non BI background. Below are my observations. a.) Final node with semantics will come default with...
View ArticleRe: Exception Aggregation in Analytic or Calc View
Hi, Your requirement is not clear. On what basis you want to calculate min or max values? Aggregation will be done based on the other attribute columns for particular measure column. Please rephrase...
View ArticleRe: Semantics vs Aggregation node in Calculation View
This is likely due to the way the calculation view _sometimes_ deals with joins.In some cases it is not possible to break up the column views involved in a join and create an execution plan that would...
View ArticleRe: Exception Aggregation in Analytic or Calc View
I'm trying to avoid using SQL here as I believe there should be a way to do this graphicallyWhy do you believe that? What's wrong with SQL?As you surely found out (by searching SCN before posting your...
View ArticleRe: Moving SQL Dynamic Queries to HANA
There's no functionality that maps this specific behavior directly in SQLScript. Question here would be: why the need for dynamic SQL in the first place?The general advise is not to use dynamic SQL if...
View ArticleRe: .net HanaDataAdapter Missing Datacolumn in Update Command
I never worked with .NET but on SAP HANA parameters usually are not indicated by @<name> but just by a questionmark ?.
View ArticleRe: .net HanaCommand TimeStamp parameter error
Check the format and type for the timestamp you try to put in there.
View ArticleRe: Code Formatter in HANA Studio for SQL
There's no pretty print available for that in SAP HANA Studio.Not sure from the top of my head if there's such a feature in the WEB IDE.
View ArticleRe: Moving SQL Dynamic Queries to HANA
For example, I have a stored procedure to get lines from SBO Invoice Lines, in version 882 it does not have afield UomEntry so through dynamic sql I can read INV.UomEntry for version 9 and NULL as...
View ArticleRe: Exception Aggregation in Analytic or Calc View
Lars,I'm going to re-post my question as it is apparently unclear. I used the term "exception aggregation" as a reference (SAP BW/BEX) to what I was trying to do. I understand that it does not exist in...
View ArticleHaving issues redirecting to SAP HANA Logon Page on Session Timeout
Hi Folks, Is there a way to redirect the user to log on page without capturing the page context when the session times out? I am working on a SAP UI5 App and when the user session times out, I see that...
View Article