- This topic has 3 replies, 2 voices, and was last updated 10 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › SchemaView incorrect case for calculated fields
In SchemaView, the names of calculated fields are shown starting with uppercase, but any other uppercase is converted to lowercase. Is this intentional?
ajith
They are shown capitalized so that you know they are calculated fields.
Within queries you refer to them uncapitalized. This is so you can change between calculated and saved without changing your code.
Where are you seeing uppercase converted to lowercase?
Hello,
From QueryView I tried
create StkTable (stk_first, Stk_second, Stk_Third) key (stk_first)
When I checked Schema View, I got:
StkTable
(Stk_third, stk_first, Stk_second)
key (stk_first)
stk_first and Stk_second are correct. Stk_Third is shown as stk_third.
ajith
Ok, thanks, I’ll look into it.
You can always query the columns table to see what’s really there.