Page 1 of 1

Edit tag is not updatable

Posted: Tue Feb 08, 2022 5:42 pm
by darkdragon

Project converted from ANM2020 to ANM2022
I have a view where I have set-up the Primary Key manually, because the view looks like this:

select
    a.column_1
    a.column_2
    a.column_3
FROM
(
   SELECT X, Y, Z FROM TABLE_1 JOIN TABLE_2 ON ...
   WHERE CONDITIONS...
) a

I'm unable to set-up the Edit tags where I can make use of SELECT, RADIO, CHECKBOX ...
The above view was working ok in both ANM2020 and 2021


Re: Edit tag is not updatable

Posted: Wed Feb 09, 2022 8:12 am
by MichaelG

Did you set the Edit Tag in the Field panel (Field -> Edit Page -> Edit Tag) or clicking the icon in Edit Tag panel? What error message did you get?


Re: Edit tag is not updatable

Posted: Wed Feb 09, 2022 3:55 pm
by darkdragon

I do not get any error, simply the EditTag panel is not available with message: "the field is not updatable"
screenshot: https://i.ibb.co/QMt96fY/ANM2022-Edit-Tag-Not-Available.png

This appear to be widespread in the whole project; I think either I will reinstall the product or start with a new project from the scratch, just to see if it is replicable.
OS: Windows 11 (22000.493)