A row is a single data item in a database, spreadsheet, table, grid or list. When using this tag, please also add additional tags to clarify your specific environment/language/use case.

learn more… | top users | synonyms

0
votes
2answers
19 views

SQL Server - Missing records in join

I'm trying to accomplish the following using the below query: Take all records from the Dial table and group based on various criteria contained within the table Join the table to the History table ...
0
votes
0answers
25 views

How to RetrieveObjects in Table (ASP.NET, C#)

I have a table that I created manually in the code behind. It is comprised of 2 Textboxes and a checkbox. When the user is done make changes to them I wish for him to pres a button which stores the ...
0
votes
2answers
40 views

Combining items from a data.frame list into a single data.table

I have a named data.frame that contains 10 items with three columns each. Each item in the data.frame looks like this: $RandArcBo1 $RandArcBo1$x [1] -97.5 -174.5 156.5 -172.5 111.5 -132.5 142.5 ...
1
vote
2answers
38 views

How to identify “similar” rows in R?

Hi to all the members of the community, I am trying to find out how to compare elements of my DB and identify them by a new binary variable. My DB is like this: id=rep((1:2),5) ...
0
votes
3answers
56 views

how to add row in datagridview programmatically

Here I've tried this code but my problem now is that it doesn't display any data. Here is my code try{ DataTable dt = new DataTable(); con.Open(); ...
0
votes
2answers
25 views

Delete row from mysql table where value not like

I have a table that has the results of tests. It looks like: Test | Result Math | Pass Science | Fail History | cancelled French | Absent The table is named table1. I want to delete rows in ...
0
votes
2answers
24 views

When subsetting to remove rows only removes one column values

I have data that looks something like this: name age profit Ann -3 10 Ann -2 5 Ann 1 23 Ann 2 15 Josh -2 12 Josh -1 34 Josh 0 1 Josh ...
-1
votes
1answer
40 views

How to iterate over rows in a DataFrame?

I have a DataFrames from pandas: import pandas as pd inp = [{'c1':10, 'c2':100}, {'c1':11,'c2':110}, {'c1':12,'c2':120}] df = pd.DataFrame(inp) print df Output: c1 c2 0 10 100 1 11 110 2 ...
0
votes
1answer
32 views

extract data from certain rows Matlab [duplicate]

I have a series of datasets each one about 1032 x 4. With the programme I have now I can find the time at which a certain event is happening (I did that though structures). And the output I get is : ...
0
votes
2answers
35 views

Can I fire two select statements in a single MySQL command and count resulting rows?

Here's my code as is, working, but very slow: $graded = R::getAll("SELECT posts.id, posts.discussion, rating.rating, rating.itemid FROM uv_forum_posts posts ...
0
votes
1answer
14 views

How to reload a UItableView with rows and section

I have a UITableView displaying a list of plants in alphabetical sections. Within the app, the user can change the language. When the language is changed, the method: [self.tableview reloadData]; ...
0
votes
1answer
28 views

Sorting Data in Excel

I have recently been working on a data table in Excel containing measurements of fossil specimens. In addition to containing things like the specimen number, species name, etc., the table also ...
1
vote
2answers
48 views

can't reach data within Method, what possibilities are there

I'm currently trying to fill a TableLayoutPanel through a method which goes as follows: private int _rowCount; public void InitPaths() { int c = 1; int a = 1; while (a ...
0
votes
0answers
35 views

Multiple Rows Appear when entering new column sql

This is the Code I have: SELECT SAL_ORD_REL.SAL_ORD_CODE, SAL_ORD_REL.QTY, SAL_ORD_REL.SCH_SHIP_DATE, SAL_ORD_REL.QTY_SHIP, SAL_ORD_REL.PART_CODE, ...
0
votes
0answers
38 views

How to add rows of data from matlab to existing excel spreadsheet (MATLAB)

I have an excel sheet 'myvalues.xlsx' cosisting of 200 rows 127 columns each. Is there any way to insert another set of 100 vectors to my excel sheet from matlab which will be placed in the 201th row ...
0
votes
0answers
16 views

to display the details of the row clicked from a table layout

i am creating an android app in which i want to display the details of the corresponding row in a table layout has to be displayed in a list view after the user clicks on that particular row. the code ...
0
votes
1answer
47 views

How to select rows based on their column value in R

the dataset is something like this: daily.sample day1 day2 day3 day4 day5 day6 day7 day8 day9 day10 day11 day12 day13 day14 132304 919 420 1021 331 1012 606 256 58 302 87 859 ...
0
votes
1answer
20 views

to get one value of the column from the table layout after the user clicks on the row

I am creating an android app in which m displaying rows from the database in a table layout. In these rows i am displaying the row id and two columns from the database. I have put an on click event on ...
1
vote
2answers
30 views

Sub Query or Join MySQL?

table league team_id name wins losses played recorded created 1 dodgers 10 4 14 1364790000 1353215830 2 angels 9 6 15 1364790000 ...
2
votes
2answers
53 views

In R, how to select rows based on a statistic of a column attribute? [duplicate]

My table has thousands of rows classified by 400 classes, and a dozen columns. The ideal outcome will be a table with 400 rows (1 row for each class) based on the max value of column "z", and ...
0
votes
0answers
40 views

Matlab - unique function strange output

While using unique function to delete duplicate rows from my matrix, I found difficulties to solve this problem: Using the code: X = unique(X, 'rows','stable'); the matrix I've obtained seemed ...
0
votes
1answer
79 views

How can I Access to all rows in DevExpress GridControl?

I'm using DevExpress.XtraGrid.Views.Grid.GridView in my WinForm application via c#, i want to access to Rows of this grid and use Tag property of each row for save some data, how can i do this?
0
votes
1answer
30 views

PHP - Returning incorrect value

I am trying to add real-time notifications to my website using PHP, Ajax, JS. It requests the PHP file fine and loads it onto my page so there is nothing wrong there, however the PHP is returning an ...
0
votes
2answers
62 views

Python: How to select data rows

I have a 4 columns x 180.000 rows data file. I'd like to select entire rows of data to be saved to a new file, based on the criterion that the value in column 3 is within a specific interval, i.e. min ...
0
votes
1answer
35 views

displaying the rows with empty values in some columns of the table

I am creating an app where the user needs to fill a form. I need to fetch the rows in which some specific columns are empty and display it to the user. i can get the count of the no.of rows by Cursor ...
0
votes
1answer
16 views

Converting a row into column keeping one field based on flags in Access

I am trying to find an answer to a question that I am trying to solve in Access. I can retrieve the following data from my input spreadsheet: Recid    Cat1    ...
0
votes
2answers
53 views

Android ListView Row with text and row with images

My problem is I have a ListView in an Activity and now I load text in rows but in one of those rows, I need to load some thumbnails. These thumbs must be clickable to see larger images in another ...
0
votes
0answers
25 views

Finding two duplicate rows on one field mysql

I have a table where there will be a set of rows where the same column will have identical value...I am running the query below, however, it is only returning one of the two rows.. For example.. If ...
0
votes
1answer
139 views

Ext js - passing grid value to tab/grid panel below

I'm back with another issue... I have a page that has a grid panel (with cell editing) on top and a tabbed panel beneath it with a call to different grid panels inside each tab... My problem is I'm ...
0
votes
0answers
36 views

Make hidden rows visible with a onclick function

I have a table with 10 rows, and all but the first row are hidden. I want to insert a button that has an onclick function to make another row visible every time its clicked. Each row has an id of ...
0
votes
1answer
36 views

Change height to odd rows using CSS & jQuery

I have a table with 3 columns. The second column needs to have no styling. With that, every other row needs no styling and a height of 20px. I'd like to do this directly with jQuery. In the jsfiddle ...
0
votes
2answers
27 views

MySQL Copying row from table to table, using PHP at same time

I know you can do this: INSERT INTO AnotherTable (a, b, c, d) SELECT a, b, c, d FROM SomeTable WHERE SomeColumn = 1 But what if instead of SELECT a, b, c, d you need to update those columns as a, ...
0
votes
1answer
39 views

How to save data into a format that can be called upon later on

I have been working on reading a text file and organizing the text into blocks for each item. I need help on figuring out a way of which the data can be saved and called upon during the use of the ...
0
votes
1answer
33 views

My sql returns the first row each time,

SELECT p.Producttype, pp.ProductID, r.Date1, r.Date2 FROM customers AS c INNER JOIN orders AS r ON c.Cusid = r.Cusid INNER JOIN temporary AS temp ON r.Cusid = temp.Cusid INNER JOIN products AS pp ON ...
0
votes
5answers
102 views

how to add table rows filled from array in php

i am trying to pull some information from an application and then creates table rows based on this array,and i am lost in the middle of this code i need help. submit code is : <?php ...
0
votes
0answers
51 views

Take <tr></tr> output values from table for post into database Codeigniter jQuery

I have two tables in my database. Table 1: T_SUPPLY : SUPPLY_NO REFF_NO SUPPLY_DATE UPDATEBY UPDATEDATE Table 2: T_SUPPLY_DET SUPPLY_NO ITEM_ID ITEM_NAME My task is to make a crud out of it by ...
0
votes
3answers
25 views

In gwt , what is the simplest code to count total of rows in a celltable?

Given: CellTable<List<String>> table = new CellTable<List<String>>(); ListDataProvider<List<String>> dataProvider = new ...
0
votes
2answers
34 views

Break dojo tabs onto multiple rows?

Is is possible to have a dijit TabContainer with tabs on more that one row instead of the default situation (where you scroll left and right to see the extra tabs)? I'm using dojo 1.8 and the claro ...
0
votes
2answers
48 views

Delete unique rows in Excel file

I've been asked quite a strange thing, even though I guess it's very simple. Eliminate unique rows from an Excel file and just leave duplicates in. Is there a simple way to do that ? All the options ...
0
votes
2answers
26 views

Sum two array rows in PHP on a single line

I remember once I came across some website where sum of 2 arrays items was performed on a single line using array_sum and array_map functions. Does anyone know how to do that? $a=array(1,2,3,4,5); ...
-1
votes
0answers
58 views

Combining Multiple Rows into One Row By Date [closed]

I have created a query that returns totals on an annual basis: ID | AnnualStart | AnnualEnd | Total1 | Total2 1 | 01/01/2010 | 01/01/2011 | 234 | 456 1 | 01/01/2011 | 01/01/2012 | ...
-1
votes
1answer
51 views

Combining Similar Lines XML

I have an XML record that have repeating unique ID's but would like to combine all similar ID's into 1 record, concat the reference fields and summing up the amount field. The XML looks like this: ...
0
votes
1answer
26 views

UPDATE column where another column LIKE specific string

I tried to figure out how to do this, but no luck, so I am asking for help... I have a table named products and I need to update in a column names refresh_time all rows that LIKE "-295" in another ...
0
votes
1answer
46 views

Alternate Rows with exception > inherit background color

I have a table with alternate row background-color: tr:nth-child(even) {background: #FFF} tr:nth-child(odd) {background: #f4f4f4} The table is comprised of two types of cells, ".main" and ".sub". ...
1
vote
1answer
227 views

“Deleted row information cannot be accessed through the row” trying to remove unused rows from my datatable

I'm grabbing data, sticking it in to a DataTable, and displaying it in a datagridview bound to that table. Im trying to make it so that data in the datatable that is not included in the current grab ...
0
votes
1answer
53 views

updating one column in all rows in a table

I want to update one same column in all rows in one table can some one give me a hand how to update the table ? there is just one input field that should update all rows value . this code is not ...
0
votes
4answers
68 views

How to read/get the CSS background color of a row in a gridview

I have set the background-color of a row via CSS $("#gv tr:has(td)").each(function () { $(this).css({ "background-color": "green" }); }) After this , certain rows have been added ...
0
votes
0answers
13 views

Hiding Rows, stepping through code it works, running it it doesn't

Long time lurker, first time poster. I have a "large" workbook that is our company pack. It has about 35 worksheets in it. I have excel interfacing with our database and pulling data. All that ...
4
votes
2answers
130 views

Change row values to zero if less than row standard deviation

I want to change all values of a row to zero if they are less than the standard deviation of that row. set.seed(007) X <- data.frame(matrix(sample(c(5:50), 100, replace=TRUE), ncol=10)) X1 X2 ...
0
votes
2answers
68 views

Subtract top two rows from one column using one id

does anyone know how can I subtract top two rows from one column only using one id? Here's my sample query: SELECT top 2 a.consumption, coalesce(a.consumption - ...

1 2 3 4 5 19