Respected Seniors,
I have these blocks
The blocks display following data
I want to get value show in red box
Need this value in variable to display an other textbox
There are total 7 columns in used in TableViewer as
SELECT
ddate,
vou_no,
acc_name,
cr_amount,
dr_amount,
closing,
CASE WHEN closing < 0 THEN 'DR' ELSE 'CR' END AS a
Regards