Re: Rank Node not working
You are partitioning by country in your rank node, but you do not have several values for the same country. What else would you expect than the result you get? You just get one rank per country with...
View ArticleDB Update Trigger: SQLScript
We're attempting to create a table trigger which hits on update and records all updated fields in a change log table. We've successfully created a basic trigger which compares hard coded variable...
View ArticleHow can I call a read only procedure in scripted calculation view
I have created a read-only procedure under catalog in my schema that will return 3 columns (SCHEMA_NAME, OBJECT_NAME, TOT_LINE_CNT). --DROP PROCEDURE "ABC"."PROC_OBJ_LINE_CNT"; CREATE PROCEDURE...
View ArticleRe: DB Update Trigger: SQLScript
Nope, not sensibly doable within triggers. You'd be better off writing yourself a procedure that generates non-dynamic trigger code for a given table. Besides, why don't you use the AUDIT LOG instead?...
View ArticleRe: How can I call a read only procedure in scripted calculation view
I think you need to write the whole logic in the stored procedure itself. Also, you need to declare a table type equivalent to your output and this needs to be placed as the output parameter of your...
View ArticleRe: How can I call a read only procedure in scripted calculation view
Can you please write as below, I think your READS SQL DATA is missing.
View ArticleRe: HANA DB connection not stable, System Error : Socket Closed
Dear Herry You need to delete current NDB ,Create a new NDB, Restart sapb1servertoolsThen restart your server, this will reset your all setting , and will enable you to access ndb and catelogs....
View ArticleRe: How can I call a read only procedure in scripted calculation view
Please check this post. https://scn.sap.com/thread/3309709
View ArticleRe: SQL Script in HANA: Access row of table
Hi Haehner,Yes, I used the cursor to loop over my table entries. However I want to append these into a new table.How can I repeatedly insert into a same table? say, result:(tab is populated from cursor...
View ArticleRe: Getting data Day wise in HANA
calculated column: create the data type as integer and in expression write somthing like case("LOGGEDON",1) . In symantics you can use that as KF, with aggregation function SUM.
View ArticleRe: Getting data Day wise in HANA
Hi Vaibhav, It can be done using counter as well as shown below. My table TICKETS Calculation view and data preview Hope this is helpful Best Regards,Shireesha
View ArticleRe: WebIDE on Hana: (Builder) Request failed: Bad Request URI
Ok, now we have an idea where this problem was coming from over night. Our admin patched XS Advanced from patch 13 to patch 17.
View ArticleRe: memory exceeded, system locked
I've also rebooted the instance, but nothing has changed. In the Studio, it shows Peak used memory 44G, but in Properties/Licence it says Peak Memory Allocation 110G. How come Hana remembers that over...
View ArticleRe: Getting data Day wise in HANA
Hello Guys, Thank you for your answers, it gave me an idea to somehow achieve the requirement. But i have one doubt now, if i am making a Variable or an IP here, will the date can be auto picked up on...
View ArticleRe: Getting data Day wise in HANA
What you mean by "will the date can be auto picked up on front end dashboards?" ? If you are using an input parameter, in your odata call you need to pass the date as an input.
View ArticleRe: Getting data Day wise in HANA
Hi Nithin, The requirement is like this: If the user selects any date from the calender in graph then it must show the Total Logged tickets for that date. So how it can be achieved it in Back End? Regards
View ArticleHANA installation exits with an error
Hi I am trying to install HANA databse on VMWARE ,SUSE. using hdbsetup. On viewing the log file i get the following error 03:39:25.630 - INFO: Output line 3: Import failed (40174): Unable to...
View ArticleRe: Getting data Day wise in HANA
Hi Vaibhav, As I mentioned earlier, if you are using OData to fetch data and if you have an Input parameter, then you need to pass the selected date as an IP in you OData call. Regards,Nithin
View ArticleSAP HANA CDS Views
Hi Team, I would like to know on Enterprise HANA views future road map(Attribute view, Analytical view and calculation view) , when S4 HANA Embedded Analytics introduced there is no more attribute,...
View Article