Hi,
my code sql is:
select count(F1) from Table1
I wanna know is it possible to display the result of executing sql statement in the text field ?
Thank you
Display the result of executing sql statement in the text field
Display the result of executing sql statement in the text field
Hello.
1. Use this expression in text box {Totals.Count(Table1)}
2. - Create new Data Source.
- In Select Data windows press New Query.
- Write next query select count(F1) cnt from Table1
- Press Retrieve Columns
- Use next expression in text box {DataSource1.cnt}
Thank you.
You can do it in 2 ways:vbtux wrote:my code sql is:
select count(F1) from Table1
I wanna know is it possible to display the result of executing sql statement in the text field ?
1. Use this expression in text box {Totals.Count(Table1)}
2. - Create new Data Source.
- In Select Data windows press New Query.
- Write next query select count(F1) cnt from Table1
- Press Retrieve Columns
- Use next expression in text box {DataSource1.cnt}
Thank you.
Display the result of executing sql statement in the text field
Thank a lot. I do not know why I have not thought of that.:biggrin:
Display the result of executing sql statement in the text field
Hello,
Have a great day!
Have a great day!