Michelle Campbell
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Michelle Campbell-
Thanks. This is what ended up working: sqlca.update "OITM" set "U_V33_DefaultKitCode" = 'FS' where "ItemCode" = <dw_1.item.art1_id.value,dbstring>
-
Nevermind. The following worked: SQL:SELECT 'Test '||"OITM"."ItemCode" from "OITM" WHERE "OITM"."ItemCode"=$[$5.0.0]
-
I'm having problems getting this to work. What I need is a combination of text and query results to be returned in the message. When I try the following (the sql here is just a simple example - I ...