The grouping tag has no wiki summary.
0
votes
1answer
21 views
selecting only max clause without group by properties in subquery using Nhibernate
I have SQL query like this:
select * from dbo.table1 where Id in
(
select max(id) as id from dbo.table1 group by prop1, prop2, prop3
)
I want to create NHibernate query which is be able to do ...
0
votes
1answer
14 views
grouping data in php pages with html
I have created the php report using below code. It works fine. But My problem is to group the data
example
# Date Code Name Rate Qty Amount#
15.01.2011 0001 Milk ...
0
votes
1answer
18 views
Why Group is slower than $group from Aggregate?
I tried to bench 3 methods to group data: native js (with underscore), group and Aggregate with $group
I uses these datas (genre/position' trees in Paris) (237 168 rows, 35Mo)
This is my script test ...
0
votes
1answer
27 views
Wrong XSLT code?
This is the XML
<?xml version="1.0" encoding="utf-8"?>
<Groups>
<GroupData ID="xxx" Key="4" Temp="yyy">
<ItemData ID="zzz" Value="3"/>
</GroupData>
...
1
vote
0answers
27 views
Creating fixed size groups based on matching attributes and minimizing the number of un-grouped entites
my problem is this:
I have a list of people, each person has a certain number of Facebook likes. I want to partition those people into N groups such that, for each group, every member shares at least ...
0
votes
0answers
49 views
I have a list view, and I need it do display multilines with image, anyone knows how?
I'm using Delphi XE3 and I have this code that displays a nice list view which I was looking for a long time, but I want to make each item in the list (sub items) each has a multiline and an image, ...
0
votes
1answer
19 views
How do I calculate optimal grouping of objects?
I need to be able to allocate a set of objects of known size into 3 groups. For example, given an ordered list like the following, I want to find two division or separation points to make three ...
0
votes
1answer
16 views
How to group similar records by single value
I have an issue where i wrote a script that finds students that are in more then one school, and im getting duplicate records for each class under that school.
The problem is that the students share ...
0
votes
2answers
33 views
Show, hide and group columns in jQuery
I have a table and I need to group columns. How is it possible with HTML to tell if columns belong together? I've been looking at colgroup, but I don't know if that's what I need.
I need to create a ...
0
votes
3answers
34 views
Collapse a log by date into an array of hashes
A local variable named log contains an array of hashes with timestamped events like so:
log = [
{time: 201201, x: 2},
{time: 201201, y: 7},
{time: 201201, z: 2},
{time: 201202, a: 3},
...
1
vote
1answer
24 views
Combine multiple rows for unique column into single row
I have a table which tracks a the return code from an application. I'm trying to figure out how to format a query to return the returncode for each day into a single row. Here is the example table:
...
4
votes
1answer
56 views
Extra Bin with Pandas Resample
I've got a pandas data frame defined like this:
last_4_weeks_range = pandas.date_range(
start=datetime.datetime(2001, 5, 4), periods=28)
...
-1
votes
0answers
20 views
Php group exploded array
Hi i'm using below codes to explode a string
<?php foreach ($addons as $options) { ?>
<option value="<?php echo $options->addon_name.','.$options->addon_price ...
0
votes
0answers
30 views
Complex SQL join with grouping
putting this view together and have hit a wall. There's four tables joining and problems lie between the Property and Activities table.
Some "properties" have several "activities" and some have none ...
0
votes
1answer
12 views
Excel Group feature - inserting rows
I'm working with Excel 2010, using the Group feature to collapse (and then show) groups of rows.
This works well until the point that I insert additional rows copied from another worksheet. Choosing ...
-2
votes
0answers
14 views
how perform putting details summery in group footer?
I want to perform a grouping in SQL Server reporting services on product categories each of which containing several products. I want to do this in a way that in addition to the category listing, I ...
0
votes
2answers
27 views
Excel grouping and summation
I have the following table:
I want to add the number of "Person" for the Date=28/02/2011, time=3, gender=1 and young/old=1. I want to take all the combinations for example: Date=28/02/2011, time=3, ...
0
votes
1answer
24 views
Group Events by Week Commencing in Eloquent
I have the following method in my Event model for my events:
public static function getEvents($perPage = 10)
{
$events = Event::where('active', '=', 1)->paginate($perPage);
return ...
0
votes
0answers
26 views
Linq Join, Group & Select parent column
How do I translate this query into Linq :
SELECT b.xxx, b.yyy, SUM(a.zzz) AS total_zzz FROM t_abc AS a
JOIN t_def b ON
a.id = b.id AND
a.id2 = b.id2 AND
a.id3 = b.id3
WHERE a.date BETWEEN ...
0
votes
1answer
22 views
Django: match one or more from a set of keyworded regular expressions in an urlconf
I have a Django view that takes three optional keyworded arguments. I want to handle the regular expression for matching possible urls to this view in one line. I want to structure the urls nicely.
...
-2
votes
0answers
31 views
Insert array In Table [closed]
i have the following array:
array (
[Rato heterogenico] => Array (
[Male] => Array (
[0] => 20
[1] => 20
[2] => 72
[3] => 11
[4] => 40
[5] => 150
...
2
votes
1answer
55 views
How do I use the grouping clause in my select statement with grouping sets?
I just learned of using the grouping sets clause and I believe I can re write one of my old queries. Currently, it is a union of 5 different groupings coming from a CTE. I understand that I should be ...
0
votes
2answers
21 views
Highcharts Grouped Data In Subgroup
is it possible to achieve this?
I need to draw a graph and it's based on categories.
Each category will have an subcategory and this will an aggregator.
This will be a column bar chart and i must ...
2
votes
3answers
47 views
Grouping array in PHP
I have in my table the column, infoanimal:
RABBIT || Male || 15
HAMSTER || Female || 10
FROG || Male || 5
RABBIT || Male || 40
HAMSTER || Male || 4
FROG || Male || 13
I have ...
-1
votes
0answers
26 views
jqgrid group footers with multi group
I've searched for awhile now and if I saw the answer I didn't understand how. I have a simple grid with multi groups (company, system) and I have totals at each break. My issue is, I want to ...
0
votes
1answer
33 views
How to group data in kdb+ using customized groups?
I have a table(allsales) with a column for time(sale_time). I want to group the data by time. But I want to be able to bucket this. ex any data where time is between 00:00:00 -03:00:00 should be ...
1
vote
3answers
85 views
Group and Sum With Select Many C#?
I have an incoming array with a count per row and a string which represents one or more key's split by underscore.
for each key I'd like to group and sum the total where if the key appears in a row ...
3
votes
3answers
66 views
Concatenate vector elements in groups
What is the most elegant way of converting list1 to list2, and also list2 to list1?
list1<- c('a','b','c','d','e','f','g','h','i')
list2<- c('abc','def','ghi')
i.e: contactenate elements in ...
2
votes
3answers
88 views
Grouping by an unknown initial prefix
Say I have the following array of strings as an input:
foo-139875913
foo-aeuefhaiu
foo-95hw9ghes
barbazabejgoiagjaegioea
barbaz8gs98ghsgh9es8h
9a8efa098fea0
barbaza98fyae9fghaefag
bazfa90eufa0e9u
...
0
votes
1answer
30 views
Order MySQL result by column value
I'm sorry if this is bad being my 2nd post today, but I need a little help one more time.
I have table in mysql DB which holds some products( id, name, description, price, url, CATEGORY ). Now, when I ...
0
votes
1answer
49 views
Slickgrid - dataView.setGrouping is not a function
I am trying to follow the code in the example:
http://mleibman.github.io/SlickGrid/examples/example-grouping
I am getting the error:
dataView.setGrouping is not a function
Am I missing a js ...
1
vote
2answers
31 views
Divide records into groups - quick solution
I need to divide with UPDATE command rows (selected from subselect) in PostgreSQL table into groups, these groups will be identified with integer value in one of its columns. These groups should be ...
1
vote
0answers
26 views
SSRS: How to Page Break between Row Grouping on uniqueidentifier?
I am developing an SSRS 2008R2 report and I have a tablix. Within this tablix there is a Row group on a uniqueidentifier field. This row grouping works correctly by showing one row per ...
1
vote
1answer
14 views
Excel: Allowing grouping/outlining on multiple worksheets with protection on
I am trying to allow grouping/outlining on multiple worksheets that have protection turned on.
For some reason excel doesn't have a simple option box to do this when protecting- so I'm using this ...
2
votes
3answers
60 views
JavaScript: group items by a key, sort items within(!) the groups by another key - how?
in my results Students should be grouped(!) by Room-Id and then, within the group, sorted by age.
Results grouped/sorted by Room:
Name | R | Age
-------------------
Student 2 | 1 | 22
...
-1
votes
0answers
18 views
WPF GroupDescriptions Issue
In my application I have to show list of compatible printers installed. I have 4 printer installed and it shows like this:
If there are multiple printer with same printer type, then I group them. But ...
1
vote
4answers
44 views
Grouping using Regex in Java
I'm new to regex, Sorry for my noobish question
My problem is i want to group the data on the String
What i want to get is the ff:
a-z A-Z or a-z A-Z 0-9 (ex: abc, bzc15 but not 1abc or 14bc)
0-9 ...
2
votes
1answer
43 views
Algorithm for preference based grouping
I am looking to figure out a way to sort people into classes by preference.
For example, say there are 100 students that are each going to be assigned one of five classes:
Science - 40 seats
Math ...
-1
votes
0answers
36 views
Convert DatatTable to JSON with nested grouped array
Im having a hard time, converting my C# DataTable in the way i want it.
The structure is like:
A 1
A 2
A 3
B 4
B 5
B 6
C 1
C 2
The result should eventually be a json object like
[
{
...
0
votes
1answer
27 views
Should I create a composer umbrella package?
For our custom CMS we have extracted everything out to different modules, this includes everything from the user system, the roles manager, the page editor, the theme system etc.
Several of these are ...
1
vote
2answers
31 views
Maximum number of distinct subelements per node
Using XSLT 1.0, how do I obtain the maximum number of distinct <info> elements that are children of the same <container> element in a structure like the following (if at all possible)?
...
4
votes
2answers
71 views
TSQL, How can I group rows?
In SQL Server 2008, I have this result:
contact phone address email
Name1 435551123
Name1 street 1
Name1 name1@domain.com
Name2 ...
1
vote
1answer
40 views
Socket.IO: Push to group of clients
I'm using a Node.js server with Express and want to do the following:
clients call an URL with an ID in it (e.g. localhost/show/:projectID)
every client calling the same ID should get into the same ...
-1
votes
0answers
37 views
Only show one Month
my list looks like this at the moment:
Headline, Month (April)
Headline, Month (April)
Headline, Month (April)
Headline, Month (March)
Headline, Month (March)
Headline, Month (March)
etc.
So i ...
0
votes
0answers
48 views
how to create drill down for group footer
in crystal XI i have a report that looks like what is below.
I can't seem to enable drill down by skipping a section (meaning i can't drill down to group header 3 if group headr 2 isn't visable). I ...
2
votes
2answers
53 views
Grouping the same fields of rows in MySQL?
I need to grouping employee names together. I tried to use "Order By" but it didn't work for empty cells.
The table at the top is my current table and I want the result like the table at the ...
0
votes
0answers
63 views
JPA 2 Criteria API Order by grouping function of OneToMany association
I have the following entity relationship:
@Entity
public class TableA{
private int aid;
private Collection<TableB> bs;
...
}
@Entity
public class TableB{
private int bid;
private ...
0
votes
1answer
22 views
How to reference a specific Group Total of one dataset in the expression in different dataset
I have a report with multiple datasets. In one of them I need to reference the group total from another dataset. It looks like this:
Tablix1:
Region1 Total Age1 Age2
a 7 5 ...
2
votes
2answers
83 views
How can I group by rows and columns?
I can not find any question/answer that could help me to get close to my goal. I have the following table check code on SQL Fiddle.
SITENAME RTYPE SEASON CTRSTAT CTRTYPE UNITS STARTDATE WKTYPE ...
-1
votes
1answer
92 views
How to show row count in SSRS per grouping on variable group-by value?
Essentially, I'd like to have separate row counts per grouping. I believe I'm supposed to use RowNumber. This seems to have been discussed but I'm having difficulty due to the fact that my groupby is ...

