Re: Regarding SQL Logic
Generally you could use window functions to access previous or next rows in an ordered set. Look for LEAD()/LAG() in the SQL language reference and you'll find examples for that. For your example...
View ArticleRe: Regarding SQL Logic
Additionally, what if you have 2 consecutive blanks. Then what should the logic be?
View ArticleRe: Regarding SQL Logic
Yes Lars..Its just an random example. We don't have to pay attention to column 'A' . The only thing which we need to do here in Column 'B' is if value is blank , then fill that column blank value with...
View ArticleRe: JOINS
Only i need to know if is possible do a join between a table and a calculation view
View ArticleEXCEL upload to BODS : Column limitation to 255 characters
Hi, I have an issue while uploading excel file to BODS. I have a column with more than 1000 characters length but BODS is truncating the length to 255 only due to which I am missing the remaining data....
View ArticleRe: Update,Create and Delete with ODATA service result in 403 Forbidden Error
I got it to work now. My mistake was that I only allowed the GET method (in the xsaccess).
View ArticleRe: Generated Columns in HANA modelling
Ok Nupur try to tell you. Generated columns means you want to display current values of a column based on some formulae like below: ALTER TABLE "<your_schema>"."<your_dimension_table>" add...
View ArticleRe: Authorization issue in HANA
Thanks Patrick. After granted the "_SYS_BI_CP_ALL" under Analytic previlege I was able to see the data. As it allows the read access to all information models, I have created analytic privilege with...
View ArticleAuthorization in SQL view
Hi everyone, I created a SQL view, displaying data from _sys_statistics. Even though all other users have select on _sys_statistics and the relevant schema which is containing the SQL view, nobody else...
View ArticleIssue design studio with hana views
I have a problem with a hana views, my view have filters and input parameters, i used the pushed down so it prompted a value wich filter the analytic view for year and year to compare, its like that so...
View ArticleRe: Issue design studio with hana views
Didnt get your issue.. can you try to explain bit more what you are actually trying to do in your model? Have you trying activating after removing your input parameters and variables? Did you getting...
View ArticleRe: Error in transport
Hi, One suggestion would be to rename the analytical views and attribute views in test package and later activate the c.view in original package. This would ensure that the c.view doesn't refer to test...
View ArticleRe: LT Replication Server - Error "Failed to create logging table /1CADMC/XXX...
Hi, Any suggestions on how to analyze the replication errors? The error message in transaction IUUC_SYNC_MON does not give much details and transaction ST22 in source system does not record anything...
View Articledefault_file in subfolder
Hi, the HANA .xsaccess file offers the property default_file. Is is possible to set the default_file to a file in a subfolder?e.g. the package of our application is /app and we have an index.html in...
View ArticleRe: default_file in subfolder
Hello Michael, in the default_file property you can only specify a file within the same package in which the .xsaccess file lays.In the index.html file (or the file you defined as default file) you can...
View ArticleRe: default_file in subfolder
Hello Florian, this redirect will also change the browser URL. Is there a way to the the redirect without changing the URL e.g. via .xsaccess rewrite_rules? Best regards,Michael
View Article