on 2020 Apr 24 3:06 PM
I have created X.hdbdd entity which has following fields
namespace ABC.LANDING.XYZ;
@Schema: 'CUSTOM'
@Catalog.tableType: #COLUMN
entity XYZ_DL_NW {
KEY A : String(3) not null;
KEY B : Integer64 not null;
KEY C : UTCTimestamp not null;
KEY D : String(5) not null;
Y : Integer;
Z : Integer;
YZ : Integer = "Y" - "Z";
};
In Calculation view when I use calculated field YZ (which is YZ : Integer = "Y" - "Z" from X.hdbdd entity), I am getting following error
As of now the workaround which I have done is creating Table Function and then utilizing it in calculation view.
Is there any solution or any reason why I am not able to use aforesaid calculated field directly in Calculation view??
Request clarification before answering.
There was some known bug regarding this error. If it should not be fixed in the latest revision, full system info dump can provide more information to deeper analyzing this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
84 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.