• Incorrect selection formula in ($supporter)

    By Dmitriy Bolshakov 2 decades ago

    in the view ($supporter) you used next selection formula:

    SELECT ( Form = "Config" & @UpperCase(cfgDescription) = "SUPPORTER")

    But in Config form you specify next field name: "Config | CONFIG"

    No new config documents appear in ($supporter).

    May be the seection formula must be changed to:

    SELECT ( @UpperCase(Form) = "CONFIG" & @UpperCase(cfgDescription) = "SUPPORTER")



    Regards,

    Dmitry