cancel
Showing results for 
Search instead for 
Did you mean: 

hana query and $[ ]

0 Kudos

Dear All,

Please advice is it possible to use $[ ] for reference to current open window with UDV in SQL HANA query?

Accepted Solutions (1)

Accepted Solutions (1)

kvbalakumar
Active Contributor
0 Kudos

Hi,

Yes, it is 100% possible to use $[] syntax for HANA

0 Kudos

My query works with exact parameters, but shows errors with reference to current form and UDF field. Please kindly advice:

(SELECT MAX("PrjCode") + 1 FROM OPRJ WHERE "U_PartnerNo" = $["U_PartnerNo"])

This query returns error.

The same query but with exact parameter, e.g. $["U_PartnerNo"] = '11' returns requested number. The mistake is obviously somewhere in this final part.

kvbalakumar
Active Contributor

UDV/FMS syntax is wrong. Please correct the syntax.

It should be either $[TableName.FieldName] or $[FieldItemNo.ColumnNo.0]

Answers (0)