Questions tagged [content-query-rollup]
9 questions
2
votes
1 answer
XSL counter on specific condition for SharePoint 2010 CQWP
This is the first time I have ever posted a question so apologese in advance if I jibber here.
I am trying to put together a CQWP with jQuery tabs slider functionality. The HTML I want to output should be in the form of 2 UL's. The first with li…

Dee
- 31
- 6
2
votes
2 answers
D3.js roll up nested data
please help me
I've got a json file like this.
[
{
"Paket": [
{
"farbe": "#ff0000",
"Koordinaten": [
{
"paketaufenthaltsort": "469\/31 A 1; A 3; A 4",
"y":…

Thomas Seiwert
- 41
- 1
- 4
2
votes
1 answer
How to remove some data not needed on new row from mysql query with rollup
Hello I have a problem with the rollup mysql query. I want to get total of each column. I use mysql SUM() and ROLLUP to get the result. But on the new row that is added it copies the data of the last row. How can I remove those data. I provided an…

Yves Gonzaga
- 1,038
- 1
- 16
- 40
2
votes
1 answer
syntax error with rollup clause
below is the query I am writing, but for some reason it gives me a syntax error right after the word 'ROLLUP' the little red squiggle line is under the ' ( ' after rollup.
SELECT building, room_number, time_slot_id, COUNT(*)
FROM class1
GROUP BY…

beau8008
- 49
- 1
- 7
0
votes
1 answer
SharePoint: CQWP display most recent list item (based on Date) for items with same Title
I have a content query webpart on a page in SharePoint 2010 that is pulling information from a custom list residing in the same site. The purpose of this list is to store the dates (start time, end time) for upcoming training sessions.
Here is what…

Josh Henninger
- 63
- 1
- 3
- 9
0
votes
0 answers
SyntaxError: The keyword 'package' is reserved @rollup/plugin-commonjs
I am trying to build my code but keep getting this error
[!] (plugin commonjs--resolver) SyntaxError: The keyword 'package' is reserved (4:6) in…

elias
- 31
- 3
0
votes
2 answers
Content query rollup not showing description
I'm trying to get some custom views for a content query rollup working in SharePoint 2010. I've made a custom News content type with a few basic columns like title, contents, comments and a custom column to toggle showing it on a certain page…

Stephan Muller
- 27,018
- 16
- 85
- 126
0
votes
2 answers
SQL Statement - want daily dates rolled up and displayed as Year
I have two years worth of data that I'm summing up for instance
Date | Ingredient_cost_Amount| Cost_Share_amount |
I'm looking at two years worth of data for 2012 and 2013,
I want to roll up all the totals so I have only two rows, one row for 2012…
0
votes
0 answers
How do I Replace the Name of A Group on A SharePoint 2010 Content Query Webpart
I have a Content Query Webpart (Not a dataview) which displays a list of articles that were written that day on the home page. I need to be able to group the items by Category, however by default the Categories are Alphabetized A through B instead…

贝壳 - BeiKe
- 113
- 13