You are viewing limited content. For full access, please sign in.

Question

Question

Calculate the number of days between two dates

asked on April 21, 2016

Will the forms designer updates in 10.1 now be able to calculate the number of days between two dates using a same row calculation in tables or collections without using jscript?

0 0

Replies

replied on April 21, 2016

Hi John, 

 

Yes you can do that in Forms 10.1 without using Javascript.

 

configure formula to be something like:

=DAYS360( INDEX(Table.Date1,ROW()) , INDEX(Table.Date2,ROW()) )

It should work as expected.

 

Thanks.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.