Item{
category : "C",
businesstype : "HOTEL",
amount : 10000,
city : "MIAMI",
eappaymentamount : 200000,
fppaymentamount : 0,
}
I would like a table where I can display summary of results grouped by
category like the one below.
Category Count(Number of Items) Sum(Amount)
A 5 500000
B 7 100000
C 2 900000
-KC
On Nov 7, 9:50 am, David Karger <[email protected]> wrote:
> I'm afraid I can't understand what you're trying to do. Perhaps an
> example would help.
>
> On 11/7/2011 9:31 AM, KC wrote:
>
>
>
>
>
>
>
> > Hi,
> > Thank you very much for this amazing framework to all the
> > contributors.
> > I have a data set in JSON file with 40+ properties for each item. I am
> > trying to add a small summary table on the page grouped by a specific
> > property, just like a SQL query group by feature with one-row for each
> > specified property tyep. I am very new to this framework and couldn't
> > find this in the documentation. Let me know if I can add some code
> > anywhere to enable this feature.
>
> > -KC
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.