Hi, all
I have a cloanable data-bound page, by which register member can submit there data, a register member (member module) can submit unlimited record per day using this page.
as a example a@gmail.com submit 2 nos. record (data) today and b@gmail.com submit 5 record (data) today.
a@gmail submit total 10 record (data) in this month and b@gmail.com submit 35 record (data) in this month.
It displaying a list entry of a@gmail.com or b@gmail.com using
Now I like to show a summary list eg. of a@gmail.com
10/7/2016-9 post
20/8/2016- 2 post
22/8/2016- 4 post
24/8/2016 -4 post
July Month - 9 post
August Month-10 post
Need your help.
Thanks
Subhamoy
I have a cloanable data-bound page, by which register member can submit there data, a register member (member module) can submit unlimited record per day using this page.
as a example a@gmail.com submit 2 nos. record (data) today and b@gmail.com submit 5 record (data) today.
a@gmail submit total 10 record (data) in this month and b@gmail.com submit 35 record (data) in this month.
It displaying a list entry of a@gmail.com or b@gmail.com using
- Code: Select all
<cms:if y_email == k_member_email >
Now I like to show a summary list eg. of a@gmail.com
10/7/2016-9 post
20/8/2016- 2 post
22/8/2016- 4 post
24/8/2016 -4 post
July Month - 9 post
August Month-10 post
Need your help.
Thanks
Subhamoy