MDX: Unable to get Column values in Hana Studio
Hi Guys, I have built a basic hierarchy in Hana Studio that I am exporting it to Excel for further analysis using OLAP Extension.There I am getting an MDX Query for the hierarchy that I am further...
View ArticleMultiple Referential Joins on Fact table (Analytic View)
Hi community, I joined two Attribute Views on my fact table within an Analytic View via referential join. The referential join is used to include the date beside an skey due to slowely changing...
View ArticleHANA PAL - Predicting min,max and average?
Hi all I have a scenario where for a set of dates, have minimum,maximum and average values as shown below. I want to predict for the next set of dates. Which method of PAL should I follow?...
View ArticleCambiar ubicación de logs SAP HANA
Buena tarde, necesito saber como cambiar la ruta de los logs para poder realizar la recuperación de mi sistema ya que el espacio en la ubicación actual ya llego a su limite y me impide realizar alguna...
View Articlehow to get the output of error code in stored procedure
Hi experts. I'm a beginner for SAP HANA hdbsql.(This question is very elementary one...) I'm wondering how to get the error code in hdbsql sotred procedure.Could you please teach me how to do it? For...
View Articlememory issue in xsjs
Hi, I'm trying to build a csv export using the xsjs (HANA rev.68) using the code from below. while(res.next()){ for (icol=1; icol<=csvHeaderList.length; icol++) { record =...
View ArticleDoes SAP HANA SQLScript Support Regex?
Hi, I have to write a procedure which takes string as an input and checks whether the corresponding string has any special characters or not after browsing through the HANA docs, I could find...
View ArticleMigrateing custome made Oracle database solutions to a HANA database without...
Migrateing custome made database solutions to a HANA database without 3.party ETL toolslike Informatica, BODS, SLT, ...This applies to any type of custom made database solution: DB2, Oracle, MS SQL...
View ArticleConcat BLOB/CLOB SAP HANA
Hi, Any ideas on how to concat blobs in SAP HANA SQL / SQLScript ? I can't see how. This is how I did in oracle: DBMS_LOB.APPEND(c.a, c.b);
View ArticleIndex out of range error
Hi, I tried goggling it in scn but I havent got any solution for the same. While I am activating any of the views I am not able to see any preview of my model. I am getting error in validation as...
View ArticleSAP HANA Model validation error - Index out of range
Hi, Creating a simple Attribute View using the SYSTEM user. 1. Log on with SYSTEM2. CREATE SCHEMA EFASHION3. CREATE THE TABLES UNDER EFASHION4. LOAD DATA INTO TABLES5. GRANT SELECT ON SCHEMA EFASHION...
View ArticleColoring of Table Cells not working when navigating tabs.
Hello, I have written below code for coloring table cells on condition of column values. Coloring of table cell on condition is working when I run application. But it doesn't work when I navigate...
View ArticleDefault value for interval type variable
Hi folks, One of my colleagues posed an interesting question to me today which I have not noticed until now.... How can you put a default value for both the FROM and TO intervals of a variable? Sure...
View ArticleTesting HANA Functions
Hi, Any one can explain me how to test functions available in HANA for calculated column before using them in Models. For example I need to see the output of utcnow() function before using it in a...
View ArticleHow to differentiate parallel processing and normal processing in hana
Hi friends, I created 2 scripted calculation view , 1) In one calculation view I used joins with base tables one after the other like A,B,C,D,E,F,I are my tablesand i did join operation in...
View Article[SAP HANA XS] Mult-part Response
Hi, Any examples on how to generate a multi part response in XS, for downloading big files ? I'm generating a big Text file, and instead of putting the role file in memory and only then send it to the...
View ArticleXSJS: Insert Into does not create a record in table
Hey guys its me again, i created a xsjs function which should insert a singel record to a given table, my cuurent code looks like below. function insertRecordsIntoTable(schemas,tables,fields,values){...
View ArticleXSOdata Association
Hi,I have two tables with following structures. I need to get a deep structure with association. SALES("REGION_ID" INTEGER CS_INT, "PRODUCT_ID" INTEGER CS_INT, "SALES_AMOUNT" DOUBLE CS_DOUBLE, PRIMARY...
View Articlehow to find and kill the high cpu usage process ID in HANA from OS level
Hi All, Some times when the high CPU usage, the HANA studio is not responding.Please let me know how to find and kill the high CPU usage process ID or Threads in HANA from OS level. Is there any other...
View ArticleRDP Session for SAP HANA Developer Edition Vs NW AS ABAP & BW on HANA
Hi, I have created instance of SAP HANA Developer Edition 1.0 SPS 09 using AWS. However I am not able to connect to the environment using RDP. I then created another instance of SAP Netweaver AS ABAP...
View Article