I have problem that @GetField not show value from field in a web
I have computed text and i write below code but nothing was displayed because @getField(“Department”) nit return any thing on Web
Can any one help
KEY := @getField(“Department”);
LookUp :=@DbLookup(“Notes”: “ReCache”; @ServerName: MastrDB; “Department (Budget)”; KEY; “SubDept”);