Data Mismatch between Production and Pre prod Dashboard Reports.
Hi, I am using HANA ->.Universes->Dashboard reports. when I refresh the reports in pre prod and prod, revenue column is showing mismatch values when i comparethe two systems. could you please...
View ArticleSDI: flat file: locale=DE
Hi, issue: file format configuration setting "locale=de_DE" is ignored i created config file according to guidelines with the following setting...locale=de_DE...COLUMN=BETRAG;DECIMAL(17,2)... the data...
View ArticleTesting XSJS followUp calls with XSUnit
Hello, Is there a suggested way of testing XSJS followUp calls using XSUnit test suite? We would like to be able have full coverage in our unit tests, but the only way we've found to do these tests so...
View ArticleRe: Ushell Header Title in Fiori Launchpad - Hana Studio
Hello Harshita, I checked if it is possible to change Fiori Launchpad Header for UIS. Unfortunately there is no "easy" way to do that. But with some "hacking" it is possible as the implementation for...
View ArticleRe: column store error IN hana
Hello Jan, what exact error do you get? I think it is related to the double single quotes surrounding each single value you create with the STRING_AGG function. Regards,Florian
View ArticleMultiple input parameters in HANA SQLScript calculation view
Dear Experts,I'm trying to select data within date interval but when I put more than one input parameter i get this errorError: SAP DBTech JDBC: [2048]: column store error: search table error: [34092]...
View ArticleRe: Multiple input parameters in HANA SQLScript calculation view
Hello Ibrahem, how do you call and set the parameters of the scripted calculation view? Regards,Florian
View ArticleRe: Multiple input parameters in HANA SQLScript calculation view
Input parameters are TDATE and FDATE are like this: and using them after where clause where F."BUDAT" >= TO_DATS(:FDATE) AND F."BUDAT" <= TO_DATS(:TDATE)and setting input parameter in
View ArticleRe: Multiple input parameters in HANA SQLScript calculation view
Seems like you found a bug. Get the same error with my HANA tools installation (v2.2.8). Although both parameters are supplied, the generated SQL only considers only the second one.Generated SQL:SELECT...
View ArticleRe: Multiple input parameters in HANA SQLScript calculation view
Hello Ibrahem, Try using BETWEEN operator in your script. It worked for me. F.BUDAT BETWEEN FDATE AND TDATE;
View ArticleRe: Multiple input parameters in HANA SQLScript calculation view
getting same error with my HANA Studio.
View ArticleRe: Error creating ST_GEOMETRY type SAP DBTech JDBC: [2048]: column store...
If you have the corresponding privileges should be easy to find out (all pre-conditions are listed in detail here: Create Spatial Columns (SQL) - SAP HANA Spatial Reference - SAP Library). But I do not...
View ArticleRe: How to Consume XSODATA service in SAP WebIDE
Hello Sriram, you are trying to use the service using the absolute URL. This is not possible because of several reasons, for instance CORS and in your case the limitations you have regarding the usage...
View ArticleRe: Multiple input parameters in HANA SQLScript calculation view
what is the version of studio you are using? I am using 2.0.13 and called it in scripted view as below
View ArticleRe: Consume HANA Procedure in XSODATA Service
We also want consume procedures with odata by using calculation views.But in the past I read more blogs that the script-based calculation views won't supported in the future. If this is true, what else...
View ArticleRe: Consume HANA Procedure in XSODATA Service
While scripted calculation views are no longer supported HDI; there is a simple solution to achieve the same. You need to create your SQLScript logic a Table Function (UDF). Then you can use this...
View ArticleRe: Consume HANA Procedure in XSODATA Service
Thanks Thomas,that helps a lot!Does it apply only for table functions or also for scalar functions? Could we assume that we'll see SPS12 still in 2016?BR,Dirk
View ArticleRe: Consume HANA Procedure in XSODATA Service
I don't really think scalar functions as a data source in a Calculation view makes sense because they return a single value. Yes SPS 12 is scheduled for the May timeframe.
View ArticleRe: Consume HANA Procedure in XSODATA Service
So fast, that sounds great! Checked a lot of threads and shine to find a samlpe for consuming udf in calc views. But couldn't find any helpful stuff.Could somebody help me, pls.?
View ArticleUsing UDF datasource in calc view fails
Hi experts, I'm looking for a sample, how to use UDFs (table function) within calc views.I try to use an udf table function within a calculation view as a datasource but don't get it activated....
View Article