Re: Inequality join in Analytic view of SAP HANA
Between join you can do it graphically in HANA as this is the temporal join. That works well but is limited to using referential join. Problem is when you have an outer between join condition you...
View ArticleRe: Logout from SAPUI5 / XSJS page
Hi Christian, Thanks for your response. I've implemented the code for logging out and the status below: 1. Chrome & Firefox - if additional tabs were open, it does not really logout. Only if...
View ArticleRe: Logout from SAPUI5 / XSJS page
Hi Veera, The link seems to be not accessible for me (probably internal to sap?). Could you please share that doc if available? Regards,Chathia.
View ArticleHow to Use Image in full page in crystal report
How to Use Image in full page in crystal report
View ArticleRe: SAP HANA Scripted Calculation View (Very Slow)
Hi Fahad, You're using SQL, try using SQLScript instead. Can you please put the logic to compute Association Column in simpler words, maybe I can help you with the SQLScript or Graphical approach then....
View ArticleRe: Stored Procedure permission issue
Hi Rajiv, Can you run this command in SQL Editor and then check whether its works. GRANT EXECUTE ON SCHEMA "USER_SCHEMA" to _SYS_REPO with grant option Best Regards,Vaibhav
View ArticleRe: Error while validating attribute view
Hi Sarada, As mentioned by Patrick, please mention the full details from the last node, Otherwise I think it could be the most common issue with privileges. From SQL Editor try out the following...
View ArticleCan we load Flat File through SLT ?
Hi All,In one of the discussion I have seen that we can load flat file with SLT , but I did not find any options through LTR.Any suggestion ?
View ArticleHANA geo spatial: no ST_GEOMETRY allowed for Row Store table
Hi experts, We are on HANA 1.0 Rev68 and using the spatial engine. We can create a column table with ST_GEOMETRY columns via CREATE COLUMN TABLE statement. For example: CREATE COLUMN TABLE CGIS(gid...
View ArticleHANA geo spatial: adding another SRS_ID to ST_GEOMETRY column
Hi experts, We are on HANA 1.0 Rev68 and using the spatial engine. When defining a table with an ST_GEOMETRY column type we would like to use another Spatial Ref system than the default (0) one. In...
View ArticleRe: SAP HANA Scripted Calculation View (Very Slow)
Hi Shreepad, Thanks for your reply. In simple words the logic is as follows: If "PRODUCT A" and "PRODUCT B" are in the same INVOICE then they have one association. I want to calculate all such...
View ArticleHANA geo spatial: only ST_POINT and ST_GEOMETRY allowed in ddl
Hi experts, We are on HANA 1.0 Rev68 and using the spatial engine.I'm curious why only ST_GEOMETRY and ST_POINT are allowed in DDL in HANA. We tried to create ST_POLYGON, ST_LINESTRING, etc but these...
View ArticleRe: How to Use Image in full page in crystal report
Not the right space.. Please post in crystal space below for better response.. SAP Crystal Reports
View ArticleError while opening Definition of Analytic View in SAP HANA Studio ?
Hi, I have imported a Package from my system and then i tried to activate the information models.Attribute Views got activated but while trying to activating Analytic Views the below is error is...
View ArticleHow to recover/restore/flashback the table dropped in HANA ?
Hello Experts, I accidentally dropped a tabled using "drop table table_name" option. How to recover this dropped table along with its data ? I know in oracle there is option of flashback the dropped...
View ArticleRe: Boolean type column in oData services with HANADB
Hi Casper, you can use formatter function in the "bindChecked" method of the CheckBox: new sap.ui.commons.CheckBox().bindChecked("ENABLED", function(value) {return value === 1;}), In this example I...
View ArticleRe: How to recover/restore/flashback the table dropped in HANA ?
Any links/topics/tips from anybody ?
View ArticleAFM( Application Function Modeler) - C4.5
Hi Everybody, I am trying to use predict with help of AFM. I am using C4.5 algorithm. 1- I created a model using AFM. I call the procedure and it was successful. 2- Now i m trying to make predict...
View ArticleOrganization of your developers within HANA
Hi,we are starting up HANA development and we wonder wether someone has some more experience in setting up the organization of HANA developers.We know every developer is the owner of its own objects...
View Article