Questions tagged [consolidation]

160 questions
0
votes
1 answer

How to consolidate dates in Excel?

I have two columns. One with the dates, and other with the counts. It looks like this: Stamp:.................... Views 13-12-2013 9:00.... 2 13-12-2013 9:00.... 8 13-12-2013 10:00... 4 14-12-2013 10:00... 4 14-12-2013 10:00... 11 When I…
Julius Martin
  • 159
  • 2
  • 8
0
votes
1 answer

Clarification on consolidating multiple svn repos

We have multiple SVN repositories in a particular physical location /mnt/data1/repos And the repos are in structure as below repos | App1 | trunk | module1 | …
Prakash
  • 601
  • 2
  • 9
  • 24
0
votes
1 answer

Consolidating / Clustering Terms and phrases

Our application allows a user to enter company names that their organization works with. A current issue is that the way one user inputs the company name varies from user to user. We need to consolidate this data. Are there any proven approaches…
Rob
  • 3,026
  • 4
  • 30
  • 32
0
votes
2 answers

grouping by rows in python

I have a huge dump of records in a file. Filename Col1 Col2 Col3 Col4 SE01_inf name [] NA [] SE01_loc NA loc NA [] SE01_id NA [] 123 [] SE01_1_inf name1 [] NA [] SE01_1_loc NA …
user1946217
  • 1,733
  • 6
  • 31
  • 40
0
votes
1 answer

SQL Server Replication, Consolidation

How do I consolidate multiple publications into 1 consolidated table on the subscriber? For example. Consider a very simple sales model where we replicate sales data from the stores to the central office. Store 1 Sales Table ===================== …
BrainMan
  • 119
  • 2
  • 5
0
votes
2 answers

Link to multiple css files works, but combining into one disrupts css

I am having a very strange problem (to me, anyway) I had linked two css files from my html using the following code: And everything…
rayvd
  • 113
  • 1
  • 2
  • 10
0
votes
1 answer

Consolidate MySQL query results

I have a PHP application retrieving data from a MySQL DB. When PHP queries the DB, results are pulled and all the output rows are printed to the screen, but at the top a graph is also printed giving a visualisation of the output rows. As per the…
jwbensley
  • 10,534
  • 19
  • 75
  • 93
0
votes
1 answer

rrdtool: Use Consulidation-Function MIN, exclude NaN Values

i have an archive which contains the minimum duration times of messages going through an enterprise service bus. During night-time or on weekends it is possible, that there are no messages, so the minimum duration time is NULL. Because of this, i…
0
votes
1 answer

Apache camel to consolidate many web service responses into one

I'm new to Apache Camel and I have to achieve the specific functionality. Have to send many requests to an external WebSevice and to consolidate the responses into one big response. In this specific task I have to decide when to stop calling the…
0
votes
0 answers

Data Consolidation using Batch Script

I have following string in text files: Hostname: ABCD Manufacturer: LENOVO Model: 0585AL7 Domain: XYZ.COM Is Part of Domain: True Current Logged In User: IN\USER Number of Processors: 1 Operating System: Microsoft Windows 7 Enterprise Name:…
0
votes
1 answer

How to build a consolidated pivot table when the source data contains column headings that are dates?

I have a customer who is currently using Excel to do their staff planning. They have many workbooks for different projects and each project contains 1 or more sheets containing the actual staffing data: The customer wants to consolidate all of the…
DaveParillo
  • 2,233
  • 22
  • 20
0
votes
0 answers

consolidate over +1500 wav files and slice them again (in PHP)

Because I'd like to save a lot of work, I've tried to make a function to consolidate wav files per folder. The folder(s) contain about 100 till 500 wav files. All wav files are stereo, 44.100 Hz and 24bits. There are over 1500 lose wav files, which…
Rob
  • 305
  • 1
  • 5
  • 13
0
votes
2 answers

Sparse consolidation Algorithm in Congos TM1

How do the sparse consolidation algorithm helps to improve the Cognos TM1 performance?
-1
votes
1 answer

Making Python code more compact and efficient

I have the following code, which basically load some data files that I have in different folders, take an average of every repeat at each Temperature and then plot the results. The code works fine, and it was OK when I had only a couple of set of…
-1
votes
2 answers

SQL Query for Consolidation

I need a little help... I have two data tables: Table of programmed circuits (theorical Itinerary) Table of circuits covered by the sellers (Real Itinerary) The result to be achieved: Thanks...
1 2 3
10
11