Michelle Campbell
Member since
Total activity
8
Last activity
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>
- View comment
- 0 votes
-
Nevermind. The following worked: SQL:SELECT 'Test '||"OITM"."ItemCode" from "OITM" WHERE "OITM"."ItemCode"=$[$5.0.0]
- View comment
- 0 votes
-
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 ...
- View comment
- 0 votes