cancel
Showing results for 
Search instead for 
Did you mean: 

calculated attribute

Former Member
0 Kudos

Hi Guru:

Can I use some SQL script for calculated attribute in HANA studio?

The editor seems allow you to enter multiple lines, also it seems the functions listed in the expression editor are not the full set supported funtions, for example, the concat() function is not in expression editor, but I tried and it works.

If it allow script, what should the syntax be to return the value of the calculated attribute which is being edited?

Thanks.

Eric

Accepted Solutions (0)

Answers (1)

Answers (1)

MariannevL
Advisor
Advisor
0 Kudos

http://help.sap.com/hana/hana_dev_en.pdf

This guide has a list of the functions available in the calculation engine and much, much more...

btw, there is no concat(), but the operator + does mean concatenate if put between to string operands.

Hope this helps,
Marianne