Hi experts.
I have 3 tab strip layer (layer #1, layer #2 and layer #3). On layer #2 I have this table with a Status column generated from a form submitted in layer #1. This Status column showing 3 different text which is "REMOTE" "STANDBY" and "BASE". I made this Status column shown with static list (editable output table). Is it possible to count how many times "REMOTE", "BASE" and "STANDBY" shown and giving an output on layer #3?
On layer #2, it's like:
Status
REMOTE
REMOTE
BASE
STANDBY
BASE
And on layer #3 it should be like:
Status Total
REMOTE 2
BASE 2
STANDBY 1
Is it possible?
Thanx guys,
Erwin