Hi there,
Any support that can be offered will be thoroughly appreciated.
I currently have a form where dates are submitted for different fields e.g.
Feild 1 - 02/05/13
Feild 2 - 07/07/13
Field 3 - 10/07/13
I have a sharepoint list view that gives me a list of all the items modified today. This view is called "modifiedtoday"
I am trying to use this view to count of the number of items in Fields 1-3 that have today's date. I believe the formula is this:
non xpath format: today()
xpath format: count(../my:Fieldoday()
However my question is what is the formula for the infopath form to know it needs to get the data from the view called "modifiedToday"?
I have already added the view to my data connection but i'm still not sure what i'm missing.