Hi @Eshwar
I test the expression and it runs ok.
Here is my test table :
CREATE TABLE TEST1
(ID INTEGER IDENTITY(1,1),
Field1 VARCHAR(20),
Field2 INTEGER,
Amnt1 INTEGER,
Amnt2 INTEGER)
INSERT INTO TEST1
SELECT 'One',3,1,1
INSERT INTO TEST1
SELECT 'One',3,1,2
The textbox expression:
And the preview result:
Best Regards,
Isabella
If the answer is the right solution, please click "Accept Answer" and upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.