Tagged Questions
The dynamic-columns tag has no wiki summary.
4
votes
4answers
177 views
print array contents in variable width columns
I wish to modify my code in such a way that the column widens to accommodate the data.
Below is an example of a broken row
+========+=========+===============+=============+=============+
| Record ...
2
votes
1answer
72 views
Alternative solution for comma separated values when the column count is unknown | MySQL
I have a requirement to design a table which almost looks like a 3 dimensional requirement.
For example,
There are "infinite" varieties of Dinosaurs.
All the Dinosaurs will have some common set ...
1
vote
1answer
136 views
SQL pivot dynamic columns out of an nvarchar column containing xml
I have been given a table with the following columns and some example data:
ID Title FieldsXml [nvarchar(max)]
-- ----- -------------------------
1 A <Fields><Field ...
1
vote
1answer
864 views
Primefaces data exporter problem with data table with dynamic columns
Has anyone used primefaces data exporter component successfully with primefaces datatable with dynamic columns?
In my case, it generates the excel file but it is empty.
But if I keep everything same ...
1
vote
1answer
672 views
Dynamic Columns In Reporting Services Tablix
I have a data query that returns data in the following format:
Name Period Value
-----------------------------
Bob Jan 123
Bob Feb 456
Bob Mar 789
Tom Jan ...
1
vote
1answer
215 views
In SQL Server, how can I compare rows using the column names from another table
I have two tables A and B, with dynamic columns where I have no idea what columns are key inside them, except from another table called C.
The C table specifies which column/s is a key column in ...
0
votes
2answers
83 views
Android dynamically calculate number of columns
I have a dynamically created list of items which should be displayed in either two or one column depending on the space the containing text needs e.g. if the text is long it will only be one item per ...
0
votes
1answer
91 views
rich columns with sortBy example
Can some one please provide an example of rich:columns backing bean and tag implementation along with sortBy Feature.
0
votes
2answers
292 views
Column headers from different dataset in MS Reporting Services
I basically need to load table headers from one dataset and table data from another. Is it possible to do with MS Reporting services?
As I can see table is associated with the data by DataSetName ...
0
votes
1answer
586 views
Making Dynamic and Static columns play nicely in Matrix in SSRS 2005
I have a report that shows financial data by year along with a few other bits of static data:
every time I try to put in a Column group, it does either above or below the static data:
FiscalYear
...