Calculation

K

knelsen

I’m designing a form with a repeating table into which users will enter a
date. I’m not really interested so much in the actual date, but rather how
many dates they enter. I want to take this number (i.e. the total number of
rows, or the position of the last row in the table) and divide this by the
total number of possible dates (entered manually into a textbox by the user)
to calculate a percentage. Any ideas?
 
J

JerryTh [MSFT]

You want to use an expression along the idea of
count(group2) div field5

Where group2 is the repeating row and field5 is the text box they entered a
number into.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top