How to run XSJS from SAP Hana without passing UserId/Password
Hi Friends,I have created an XS project in sap hana. I am calling a stored procedure from that using .xsjs file.I am using the URL for output in Design Studio for triggering the stored procedure.But...
View ArticleRe: XS OData enabling CORS issue
Hi Leon,pdid you already find a solution for this issue? We are facing the same problem (no "Access-Control-Allow-Origin" entry is present on the response header when accessing an OData service). Did...
View ArticleCalculation View - Filtering Table1 where not in Table2
Hello, We have a requeriment where we need to filter Table1 with those records (based on the Account) that are not in Table2. Here is an example...
View ArticleRe: Calculation View - Filtering Table1 where not in Table2
Hello Fede, unfortunately there exists nothing comparable to the NOT EXISTS predicate in a graphical calculation view. So you have two options. The first option is to do the logic in a user defined...
View ArticleRe: Multiple input parameters in HANA SQLScript calculation view
I had the same issue. Upgraded from 2.2.8 to 2.3.5 and now everything works as expected. Hope this helps!
View ArticleRe: Spatial Reference System other than SRID 0 and 4326
Hello, i have the same problem. Have you solved this?Best regards.Henk.
View ArticleRe: XS OData on Calc view with wild card Input Params
Avishek, you are correct.. the wild card param will not work as you already know.. what you can do is to assign a default value on your input param in case the request does not contain one value....
View ArticleRe: XS OData on Calc view with wild card Input Params
Hi Sergio, Thanks for your response. The Input parameters already have default value defined as '*' (star). Which kicks in during data preview. However I am not clear how to construct the OData Query...
View ArticleRe: XS OData on Calc view with wild card Input Params
most likely you have the input param set as mandatory... please uncheck the checkbox so that you can omit it from the request.
View ArticleRe: Web IDE "Could not set breakpoint. The SQL Debugging is now not...
Hello Lukasz, check post XSJS debug from HTML5 Apps. I think you have also not "connected" the debugger. New (undocumented ) feature since SPS11. Regards,Florian
View ArticleRe: Web IDE "Could not set breakpoint. The SQL Debugging is now not...
Ha!It works! Thanks for that!
View ArticleRe: XS OData on Calc view with wild card Input Params
Sergio, Both Input Parameters are optional from the beginning. My idea was to keep them optional. Got stuck in the OData. Optional parameters worked fine till data preview of Calculation View....
View ArticleRe: XS OData on Calc view with wild card Input Params
so make them optional.. and also provide a default value in the view itself.. that should help
View ArticleRe: How to pass default value to Input parameter in underlying HANA View
Can you please provide little more details with steps to try and see if that helps? -Bhavik
View ArticleHANA time conversions from Decimal to Minutes
Hi All, I wander if anyone can point me int he right direction. Basically i have my calculated column as laid out below: secondsbetween(timestamp1, timestamp2)/60 which gives me my answer in Minutes...
View ArticleRe: Hi All.
Govind, you must use double quotes around the path of the namespace for your table and table types..like "path.from.root.to::cdsFile.tableTypeStructure"
View ArticleRe: HANA time conversions from Decimal to Minutes
can you do simple math... split integer and decimal 5.5 = 5 minutes (0.5 * 60) seconds = 30 seconds
View ArticleCreate Procedure Error - Cannot find table type
While i am trying to create hana procedure in modeling the below error has come . i tried to resolve but could not find the solution.Can you please, Error:Could not execute 'CREATE PROCEDURE...
View Article