Questions tagged [consolidation]

160 questions
-1
votes
3 answers

Consolidation of an ObservableCollection based on keys

I'm just starting out so forgive me if I don't use the correct terminology. I'm trying to consolidate an ObservableCollection> by looping through and comparing one key to all the other keys in the collection. If they are the same it should then…
Derek
  • 1
  • 5
-1
votes
2 answers

In an array with null spaces, how can consolidate all of the non null values together?

Hey so I have this homework assignment and I'm having issues with one of the methods. I would like hints and not actual answers/code. So I have a class called HorseBarn that messes with an array of horses(horse being the type). My problem is I'm…
-1
votes
3 answers

Create view from data accross multiple databases

After some searching around i couldn't find a good answer that covers my issue. I am working on the consolidation of around 100 databases. The structure is the same and they are all on the same server. All the databases have a table with login…
Jan Van Looveren
  • 908
  • 2
  • 11
  • 21
-2
votes
1 answer

Consolidate lists that share common elements in r with their corresponding list IDs?

I have the following table of group IDs (GroupNum) with a list of values that they are associated with (NPI_list): df1 <- data.frame(GroupNum=c(41,224,1032,2754,3907,4107), NPI_list=c('1740411552,1932387479','1710112156,1841438280', …
-2
votes
3 answers

Scala process lists of string and produce Map["Combination",Count of Lists with that combination]

I have a Seq[List[String]]. Example : Vector( ["B","D","A","P","F"], ["B","A","F"], ["B","D","A","F"], ["B","D","A","T","F"], ["B","A","P","F"], ["B","D","A","P","F"], ["B","A","F"], ["B","A","F"], ["B","A","F"], ["B","A","F"] ) I would…
jnlp
  • 59
  • 1
  • 6
-2
votes
1 answer

How to consolidate duplicate data with both numbers and text

Good afternoon everyone. I'm attempting to consolidate a table full of duplicate values and I've found the "consolidate" feature works very well for this but, the problem I've stumbled upon is it won't keep the "material" text with it after it…
Beefnbean
  • 1
  • 3
-2
votes
2 answers

C# Enable/Disable multiple textbox based on combobox selection

I am just an ordinary guy who is learning how to code. I don't like when code looks sloppy and can be consolidated. With that being said I need to consolidate some code, but I have failed to find information on how to do it. I am trying to…
2bytes
  • 11
  • 5
-3
votes
2 answers

Consolidate Rows with SQL

Trying to consolidate test results so that each test is in one row. Database I am pulling from has an answer result per row. Sample Data: Student Name Test Name Question Attempt Answered Correctly (0 = no, 1= yes) Mary Intro…
Manny805
  • 7
  • 2
-3
votes
1 answer

consolidate rows in sql not working as it should

I am having this issue with making consolidate for rows, I have made the query, but the result aren't correct. It may consolidate the rows but for some result it will divide them into two different rows , what i need is to make them all in one row…
-4
votes
4 answers

Is there a maximum length for a line of code in Java?

There are ways to program that use little text, but many lines of code. There are others that require more typing, but use fewer lines of code. If there is a maximum length for a line of code, this means it exists as a predefined space of memory in…
1 2 3
10
11