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

1
vote
1answer
26 views

How to find out the rows with a repeating element in a particular column and add all the corresponding elements of other columns?

I have a huge simulation data which needs to be post processed in MATLAB. Say my matrix is A and its columns are named as variables ID, X, Y, Z, s1, s2 and s3. Actually my requirement is I want to ...
0
votes
3answers
23 views

Count rows in MySQL along with the actual row contents

Is there a way in MySQL to do a single SQL statement that returns the selected rows along with the count of the result rows? I can do this: SELECT COUNT(*) FROM BigTable WHERE firstname LIKE 'a%'; ...
0
votes
0answers
9 views

Chat in a few rows?

I want to do this on html <form> <input type="Text" id="a"> <button onclick="x.value=x.value+parseInt(a.value)">Say</button> <output name="x" for="a"></output> ...
0
votes
0answers
13 views

Update ListView with adapter (notifyDataSetChanged) - Performance

I want to update a list if the number picker changes. My problem is, that if i scroll the number picker it looks a bit irregular and not smooth... Therefore I use the following solution in the moment: ...
1
vote
0answers
18 views

how to access custom row(s) data via Alloy?

ive tried many/multiple ways to get this to work but just cant as yet, so would appreciate anyone's assistance. i have a view as follows : "LBProw.xml" <Alloy> <TableViewRow ...
1
vote
2answers
30 views

MySQL - How to select Multiple rows from Multiple tables

I have a question about a SQL statement, for some reason my script is not working properly.. This is the Scenario; I have 6 tables Patient -PatientID -PatientName -EmployerID FK to ...
0
votes
1answer
25 views

inserting multiple rows in sqlite using implode [duplicate]

I have tried to insert multiple rows but got empty rows in database and other errors. So,tried to use implode (as a better alternative?) but must be doing something wrong here. $sql = array(); ...
1
vote
0answers
36 views

Performance on PHP sql queries [closed]

I'm barely learning PHP and MYSQL so I don't know much about performance, I've wrote this script to fetch and format content from my DB, it also counts how many result are and separate them in to ...
0
votes
0answers
23 views

Should I use AJAX og simple PHP [closed]

I am making a page where you can create an event. You fill out all the forms like name, place, time etc. I would like to add a function that gives the event-starter the opportunity to invite some ...
0
votes
0answers
26 views

Deleting 2 rows that have a same Value in a Parameter - SQL

i have a table that contain similar Values in the Column "Name" in different rows, i would like to delete the duplicate ones and keep one , i tried the while loop but it didn't work , any simple ...
1
vote
1answer
36 views

How to get 1D column array and 1D row array from 2D array? (C# .NET)

i have double[,] Array;. Is it possible to get something like double[] ColumnArray0 = Array[0,].toArray() and double[] RowArray1 = Array[,1].toArray() without making a copy of every elemet(using for)? ...
0
votes
2answers
26 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
28 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
45 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
41 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
82 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
25 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
45 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
34 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
36 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
29 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
50 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
36 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
45 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
17 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
49 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
21 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
31 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
56 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
44 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
106 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
67 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
36 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
55 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
26 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
199 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
39 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
37 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
28 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
43 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
35 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
114 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
52 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
26 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
37 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
53 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 ...

1 2 3 4 5 19