Can Referring attributes in same file with some relation be done? #449
Unanswered
reshmithaa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to ref to a attribute by giving the type as
same_as
.eg.
but when I have a condition like attribute a>b (a,b belongs to same table)
I tried giving
but this doesn't work
Is there any other alternative way to relate attributes like,
a < b
a < b + 5
a < b + c
Beta Was this translation helpful? Give feedback.
All reactions