Re: HANA Timestamp issue in XSJS
How about posting the procedure source code?Looks like the second parameter is actually the whole result set - a table type with columns ID, TIME_STAMP and VALUE. - Lars
View ArticleRe: Import Data in hana database
Hi Ameni, try to load mock data from a CSV file using Table Import Definition object (.hdbti). Please refer to SAP HANA Developer Guide> 4.3 Data Provisioning Using Table Import for further details....
View ArticleRe: HANA Timestamp issue in XSJS
Hello Lars, Thanks for quick reply the code for procedure is : -Kind RegardsAjay
View ArticleRe: How to pass dates and times to HANA with oData?
Hi Ingo, timestamp/date and time fields are represented as JSON date object (/Date(msecs)/) and ISO 8601 duration (P<date>T<time>) respectively. You should try to use appropriate formatters...
View ArticleRe: HANA Timestamp issue in XSJS
Issue Solved : Removed few inconsistent data andChanging the code to below : var query = 'call \"demoApp.demo01.app01.procedures::sensor_read\"(?,?)'; var cst = conn.prepareCall(query);...
View ArticleRe: Find numbers in a string
Hi LarsYes, i did check that syntax ..unfortunately we are on SP8 and hence am unable to use these. Also ... though my example shows same number "52" on all three rows. In actual scenario we have data...
View ArticleRe: Calculated Column slows view 3 fold
Hi Simon,The string-to-date conversion needs to be done over and over again, for each row, every time you use the view. This is slowing your down your model, but 4,4 seconds / 2.500.000 entries = 1,76...
View ArticleRe: Calculated Column slows view 3 fold
Ah, sorry I can see I was not so clear now... I missed a small fact 2.5million in the full data set, BUT only 200 rows in the data preview. I would assume that HANA peals off the top 200, and then...
View ArticleRe: Calculated Column slows view 3 fold
Where do you get your measured value from? If you are using the sql editor preview, there should be a message like this: Statement ... excecuted in 6 ms (server processing time: 1 ms). Fetched 200 rows...
View ArticleRe: Calculated Column slows view 3 fold
Christian, Many thanks for your detailed reply. I have to admit, I'm half 'getting it', but also half confused.Hope you can stick with me to iron out the niggles ?? I am currently using SQL editor -...
View ArticleRe: Auhtorization issue with GRANT_ACTIVATED_ROLE and grantable
Hello Klaus/everybody, Have you addressed your issue? I'm experiencing something similar. Created a UserGave MODELING and PUBLIC rolesand also ROLE ADMIN and USER ADMIN System Privileges However when...
View ArticleRe: #SAPHANA Query Hints - Looking for documentation
This is great news, thanks for getting this published!
View ArticleRe: Calculated Column slows view 3 fold
Please try running this CV using SQL engine instead of CALC engine.
View ArticleRe: How to call a (catalog) stored procedure directly in a xsodata file with...
Hi Vivek, thanks for the quick response! I already found that blog, but it does not completely answer my question. i am struggling to get my content procedure working. call the R (catalog) stored...
View ArticleRe: HANA SLT Configuration
Hi Manjush, Is your configuration active?Can you check in SLT that tables are being replicated? Also check all the roles that end with _DATA_PROV, _POWER_USER, _SELECT_USER, _USER_ADMIN as shown in...
View ArticleRe: How to call a (catalog) stored procedure directly in a xsodata file with...
Hi Henk, I have not worked with R. But procedures support both scalar and table variables in HANA. Is your " call "AA465342"."MO_PP_SENTIMENT"(SP_IN,SP_OUT) with overview;" working fine when calling it...
View ArticleRe: Union in CDS View with different columns
Yes I can confirm that on my Rev95 system as well, I do receive a message with Feature not supported when using the Nulls in the Union. However the same syntax does work in newer internal builds.
View ArticleSYS Views : Extract View Properties
I recently had a post asking how to find the long description of information views.Seems my project is now expanding and there's a lot more information I need to dig out. I've looked through SYS &...
View ArticleRe: why does xsjs $.session.language returns " " ?
Well, i was able to reproduce mine in trial account. https://s6hanaxs.hanatrial.ondemand.com/c5193288trial/hihanaxs/?sap-ui-language=en In chrome - it returns empty string. In Firefox - it returns...
View ArticleRe: why does xsjs $.session.language returns " " ?
Then I guess you have encountered a bug that has long since been fixed. As I can not reproduce in my Rev95 HANA system.
View Article