Multiply Values Between Database Field And Query Prompt
I need to multiply the value from database field with the value given by user. I have tried following SQL command without success (Error S1000):
TABLE.FIELD * '?QueryPrompt' AS Nameforthefield
If I replace '?QueryPrompt' with number, I am able to run the SQL statement and print labels. What am I doing wrong? Is it even possible to use query prompt in SELECT statement?
0
-
Shotaro Ito
★ BarTender Hero ★
Would it help if you don't 'quote' that - like TABLE.FIELD * ?QueryPrompt .
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar