HTML5 Data Bindings Formatter Support Product Page

Adding total records of multiple sources

Asked 04 Feb 2016 23:06:33
2
have this question
04 Feb 2016 23:06:33 Brad Lawryk posted:
I have three sources set up. It's easy to find out the total number of records for each one.

How can I find out the total number of records in all three combined?

Replies

Replied 08 Feb 2016 09:35:57
08 Feb 2016 09:35:57 Teodor Kuduschiev replied:
Hello Brad,
Is your question related to the total records of 3 different repeat regions? Please explain a little more detailed what exactly do you need to achieve?
Replied 09 Feb 2016 09:43:17
09 Feb 2016 09:43:17 Brad Lawryk replied:
I have three sources.

I can get the number of records in each one individually no problem.

Suppose:

{{NOC1.total}} = 10 records
{{NOC2.total}} = 8 records
{{NOC3.total}} = 2 records

I need to be able to get the total of all three together ...

{{NOC1.total}} + {{NOC2.total}} + {{NOC3.total}} = 20 ...

Reply to this topic