Increment to numbers data.

Glen17

Registered User.
Local time
Today, 07:39
Joined
Jul 7, 2016
Messages
13
Hi, I have an Field name, "Choose", and its data type is Yes/No.
I used Yes/No as filter to filter the data I want to print.
I have a table in my Report where the checked data is there. I want to numbers them incremently. What is the formula should I used in textbox to increment the number everytime I checked the data in field "Choose"?? Thanks
 
in the query, make a virtual field =1.
in the report, set a text box to this field.
set the text box to incremental sum.
 
Do I also need to make a field in Table to create it in query? And also how can I make it as incremental sum? Do I need a formula? What is it formula? Thanks
 
in the query, make a virtual field =1.
in the report, set a text box to this field.
set the text box to incremental sum.


Do I also need to make a field in Table to create it in query? And also how can I make it as incremental sum? Do I need a formula? What is it formula? Thanks
 

Users who are viewing this thread

Back
Top Bottom