Re: reset_by on hdbsequence artifact
Another update - if I delete the hdbsequence file, activate the deletion (effectively dropping the sequence from the database), then re-add the hdbsequence file - it works. It appears to be an issue...
View ArticleRe: How to Transport Hana Studio developments Calculation, Atribute and...
Thanks for the question. I would like to clarify one point that in either case after the objects are moved from one system to another, say from Dev to Test system, we need to maintain the schema...
View ArticleComplex logistic regression models in HANA PAL
Hi, I am trying to perform a logistic regression with SAP HANA PAL (without using an R server!!) and would need your help on two questions: 1.) Is there any possibility to add interaction terms to the...
View ArticleRe: Export to Excel in XS Project
Hi Thomas - While doing this, can we also format the data before putting it in excel. For ex - Instead of using dot as decimal separator, can we change it to comma or vice-versa. regardsAmit
View ArticleRe: Analytical view error :name clash among columns,
Hi Laksh,if u want duplicated one you have to create calculated column on which one u want duplicate values that may be ur wish (on attribute view level or in analytic view data foundation) Regards,V@li
View ArticleRe: Input Parameters in Scripted Calculation Views
Hi Lars, Here you go: 1) I create an Input Parameter in a scripted CalcView: • Mandatory cannot be unchecked (as opposed to graphical CalcViews)• Default Value cannot be made active (as opposed to...
View ArticleRe: HEX String to INTEGER conversion
To help myself with an interim solution I came up with the following procedure to convert a HEX string to BIGINT: CREATE PROCEDURE hex2int (IN i_hex VARCHAR, OUT o_result BIGINT) LANGUAGE SQLSCRIPT...
View Articlecant see variables in hana stored procedures debug mode
Hi we cant see the variables while debugging the hana stored procedurescould any one let us know if we miss anything here thanks
View ArticleRe: Connecting JS and HANA Tables
Hi Shashank, looking further I expected that HANA SPS8 would support oAuth : you will need with LinkedIn (at least oAuth 1.0). This feature is available with HCP, and maybe someone will confirm for...
View ArticleHow to change the connection information of a crystalreport configured...
Hi, We have a crystalreport in which datasource is connected to HANA ODBC, we have 3 schemas and each contain table named OCPR.Report is configured agianst OCPR in the 3rd schema, but when the report...
View ArticleRe: cant see variables in hana stored procedures debug mode
What version of Studio are you running? When i use my 72 studio on our 68 server I have issue where sometimes (randomly) the variables disappear. ie: they will disappear for one line breakpoint and...
View ArticleFloating Element(s) [Projection_2_1] found in this Calculation Scenario.
When i validate the calculation graphical view the error is popping out """Floating Element(s) [Projection_2_1] found in this Calculation Scenario.""""" The project_2_1 is attribute view.
View ArticleData Modeling
Hi All, While creating attribute/calculation view, I am facing difficulty in applying multiple filter on the same column for example: where a <> 'Y' or a is Null . How should I apply the same...
View ArticleRe: cant see variables in hana stored procedures debug mode
we are using eclipse Kepler 4.3 and installed the kepler plugins for Hana from sap ondemand site and the version is 1.8we also tried keeping break points on multiple lines with no luck, the variable...
View ArticleRe: Input Parameters in Scripted Calculation Views
Ok, but I do not manage to get your example /********* Begin Procedure Script ************/BEGIN mytab = select user_name from users; var_out = apply_filter(:mytab, :userNameFilter);END/********* End...
View ArticleRe: Input Parameters in Scripted Calculation Views
The filter was using an input parameter. not a variable. Your second point doesn't make any sense to me. Of course this approach has to be a information model. Regular tables or views don't accept...
View ArticleHANA sizing in real world
As we all know that SAP HANA consumes memory during runtime of report depending on a) modeling is done in HANA (again Gui,SQL Procedures) , BW (7.3 Vs .4), or mixed (both native + BW) b) depending on...
View ArticleRe: Input Parameters in Scripted Calculation Views
You can use wrapper on Script View, and work around the situation. Wrapper also helps to have better interface with BO, where you can manage lot of BO specific features with BO variables, mapping,...
View ArticleRe: Use of input parameter
you can use default to work around and also not to impact other situations.
View ArticleRe: Push notification
Only in SP9 (coming in few weeks) - WebSockets support will be introduced.
View Article