Add Items in Listbox Infopath
-
13 พฤษภาคม 2555 14:12
Hi,
I have a listbox where i populate values from sharepoint list column. The values in the listbox is either 0 or 1. Now i would need to get the count of the number of 1s inside the listbox
Is there a way to do it
Thanks
ตอบทั้งหมด
-
13 พฤษภาคม 2555 15:29
Hi,
You have to query the content of your data source.
To do this, add a field in your form. Here you can put a formula on the field by clicking on "fx". You can put a "sum" or a "count" formula.
Here you have to select "Insert a field or a formula" and select your secondary data source (who is connected to you sharepoint list).
You can also filter your data source when you select.
Hope this helps.
Visit my blog : http://rmatayron.blogspot.com/
-
13 พฤษภาคม 2555 16:44Thanks a lot. That worked like a charm......