Re: HI Iam getting the following error while doing INNER JOIN in HANA Kindly...
Raghavendra, did you ever read the The SCN Rules of Engagement? You posted this requirement four times on different posts which are not related to your requirement and you created a new question (hi...
View ArticleRe: HI Iam getting the following error while doing INNER JOIN in HANA Kindly...
hello Florian Pfeffer Thanks .I am new to SQL ...I may ask some points Kindly help in future... Raghavendra
View ArticleRe: Passing Multiple Values in Input Parameters
Hi Monissha, this will work for you SELECT COMPANY_NAMEFROM B( 'PLACEHOLDER' = ('$$IP_CUSTOMER_NAME$$', 'Adam',), 'PLACEHOLDER' = ('$$IP_CUSTOMER_NAME$$', 'Ian'));All the BestNagababu Tubati
View ArticleRe: Info regarding SAP HANA Certification
Hi Rohit, Which certification are you planning to give. is it HANAIMP141. It is going to be retired by 30.06.2016.I hope you are planning to give the latest one.
View ArticleSAP HANA db not starting due to full of log volumes
Hi Team, HANA db not starting due to full of log volumes, could you please help me to fix the issue. ThanksSrini T
View ArticleSend mail from XSJS: Create Trust Store for SMTP : Failed to execute action:...
Hi, I want to send mail from XSJS, followed SAP HANA SPS 09: New Developer Features; New Core XSJS APIs blog. But was getting error Failed to execute action: Error: error coulnd't get certificate. I...
View ArticleRe: I am getting error when i try to create calculation view - kindly help
As Pradeep and Florian have pointed out, you'll need to give a screenshot of the filter expression that you've used. Pasting just any random screenshot won't help. So please go through your model...
View ArticleRe: I am getting error when i try to create calculation view - kindly help
this is the new model created where there is no filter expression contains...
View ArticleRe: Passing Multiple Values in Input Parameters
SELECT COMPANY_NAME FROM B( PLACEHOLDER."$$IP_CUSTOMER_NAME$$" => 'Adam' ',' 'Ian' );
View ArticleRe: I am getting error when i try to create calculation view - kindly help
got resolved after trail and error method but I am not seeing any data in DATA PRIEVIEW found any suggession to get that data pls? Thanks
View ArticleRe: HI Iam getting the following error while doing INNER JOIN in HANA Kindly...
got resolved after trail and error method but I am not seeing any data in DATA PRIEVIEW found any suggession to get that data pls?
View ArticleSearch for a special character '@' produces error. error: syntax error,...
The following query results in an error due to @ symbol. The query works fine when @ is not searched. sql_error:3:68: error: syntax error, unexpected T_ESCAPE, expecting $endSELECT T1."id_1" AS FACET,...
View ArticleRe: Search for a special character '@' produces error. error: syntax error,...
Hi, the "escape" option is at the wrong position of the statement. It is an option for the LIKE predicate, so it has to be directly behind the expression for the LIKE predicate (... LIKE lower('%@@')...
View ArticleRe: Custom KPI in SAP B1
Hello Stephanie, I think you are searching for Delivery Units. Check the online help Maintaining Delivery Units - SAP HANA Developer Guide for SAP HANA Studio - SAP Library (especially how a Delivery...
View ArticleError when validating or activating a calculation view
Hi, I get the following error whenever I try to vallidate or activate a calculation view - I upgraded my HANA studio to revision102. This view was validated and activated when the studio was at...
View ArticleRe: SAP HANA: SQL in Calculated Columns
Hi Fabian, I don't think the HANA recognizes these SQL functions. Within the Calculated column pop-up window, there are list of functions that you can use in you expression. If you use functions other...
View Article