columns

Filter columns in flex datagrid using CheckBox

Hi, I have a flex datagrid with 4 columns.I have a comboBox with 4 checkboxes,containing the column names of datagrid as its label.I want the datagrid to display only those columns which are selected in combobox.Can anyone tell me how this filtering of columns in datagrid can be done? Thanks in advance. ...

In a spreadsheet, how do I delete entries from one column IF they appear in another?

Two columns: Column A contains a complete list of available journal titles; Column B contains the ones to which my library already subscribes. Is it possible to delete entries from Column A if they also appear in Column B? In other words, I want to 'dovetail' two columns so that no entry is represented in both columns. Any help will ...

Split Div Into 2 Columns Using CSS

Hi Everyone: I have been attempting to split a div into two columns using CSS, but I have not managed to get it working yet. My basic structure is as follows: <div id="content"> <div id="left"> <div id="object1"></div> <div id="object2"></div> </div> <div id="right"> <div id="object3"></div> <div id="object4...

Search across Columns and replace text

I have an Access database of information where I need to replace text that may reside in 1 of 10 columns. I have a number of different requests for find and replace that need to be done. I need to do this twice a day. These are the details. We receive a download of data twice a day that has course information in it. A record can have 10...

How do I dynamically generate columns in a WPF DataGrid?

I am attempting to display the results of a query in a WPF datagrid. The ItemsSource type I am binding to is IEnumerable<dynamic>. As the fields returned are not determined until runtime I don't know the type of the data until the query is evaluated. Each "row" is returned as an ExpandoObject with dynamic properties representing the fiel...

Best android layout for a set of columns

On an Android layout, I'd like to have a set of rows, each with two TextViews. The leftmost column of TextViews should be right-aligned, just left of an imaginary centerline down the screen. The rightmost column should be left-aligned. Examples of this can be seen at http://stuff.greenberg.org/ScopeCalc.htm What's the best layout to u...

Overlapping CSS columns

Hi, I have a small problem with overlapping columns. Basically I have 3 columns and the content in the middle column is overlap by the right column. I'm a css amatuer so I haven't been able to make the right column expand when the content in the middle column is bigger than usual. If I try to make the middle column wider then the right ...

Subsonic 3.0 - Prefix all column names

Hi, Problem. Subsonic 3 build against an existing, medium sized DB Lots of columns, some badly named so conflicting against reserved words, Subsonic functions etc. Want to be able to prefix all column names (not tables) with something, eg. 'c' for column so that the appear together in intellisense drop down and solve naming issues in...

Split records into two columns

I have a "student" table, having around 5,000 records, in my DB. I want to display those records in two divs. How do I do that without executing the query twice; only using a single query? ...

Jquery UI dialog and sortable columns #dialog class issue

Hello @all , I succeed to create a sortable portlet system for a excisting cms. I also made a dialog pop where i can change true a form the title and in the future some more content within the dialog ,for each portlet. However my issue is that the #dialog shows the form inside my page before i click the icon. When i click the icon , t...

Fixed 3 Column Site

I know this has been asked before but im curious to see if things have changed. I'm looking for a html/css fixed 3 column layout with the main content (middle) area located first (of the 3 columns) in the DOM - for SEO. Any ideas? ...

Multi Column RDLC report, with the data flowing from Left to Right instead of Top to Bottom

Does anyone know how to create an RDLC subreport with multiple columns that flow from left to right instead of Top to bottom. The report will show a list of words, say for examples colors. I need the colors to be displayed like this : Red Yellow Blue Black Orange Purple So far I've used a subr...

Using alias in query and using it

I have a doubt and question regarding alias in sql. If i want to use the alias in same query can i use it. For eg: Consider Table name xyz with column a and b select (a/b) as temp , temp/5 from xyz Is this possible in some way ? ...

Multiple Colum data into one with a twist

Good Morning, I need to parse huge volumes of data that looks like the following and need to run through multiple columns and put it in 1 column. the data looks as follows. Col1 Col2 Col3 Col4 Col5 Co6 Col 7 a b C d 1 2 3 e f g h 4 5 6 The output post macro, need to look like follow. Col1 ...

Rows & cols SUM

Hello, i have a really complex query (mysql + php) and i would like to know the easiest way to sum columns and rows of a table apart from using SUM(x). Maybe a javascript could help. Thanks in advance. ...

MySQL Falcon: add/remove column performance

I'm maintaining an app which adds/removes columns from increasingly large tables -- not often, but regularly (during deployment of new versions, and hence also frequently during development). Right now, we're using InnoDB. Performance of adding a column isn't great: it has to copy the entire table. I've read that the Falcon engine doe...

How can I SELECT multiple columns within a CASE WHEN on SQL Server?

I have searched this site extensively but cannot find a solution. Here is the example of my query: SELECT ActivityID, Hours = (CASE WHEN ActivityTypeID <> 2 THEN FieldName = (Some Aggregate Sub Query), FieldName2 = (Some other aggregate sub query) WHEN A...

Variable repeater columns

Hi All, I have an objectdatasource which i want to bind to a repeater. the problem is, I cannot work out how to display a variable amount of columns with a variable amount of rows. for example: The dataset I have is structured like this. The objectdatasource is a List<item>. item { string name; List<itemdata> data; } itemdata { ...

Binding ColumnDefinitions in Silverlight

I have two separate Silverlight usercontrols containing grids and i want these to share a set of columndefinitions. The columndefinitions must be created dynamically. How can i do this? ...

SharePoint Document Library Column Retreival

I added a column to a sharepoint document library, is there any way using the SharePoint Webservices to retreive the value in that column for a particular item? (I'm currently using the GetListItems() from the Lists web service, but see no sign of my column) ...