Skip to main content

Questions tagged [multiple-columns]

Multiple-columns are when text is split into a number of parallel text columns, rather than one column of text. For CSS Multicolumn layout, use the [css-multicolumn-layout] tag.

0 votes
0 answers
42 views

WPF Datagrid - Custom Column Layout

I'm looking to create a custom layout for a datagrid column. I want to stack some columns like you can with Infragistics (one above another), but I want to do it myself. Is this possible? I've ...
NicLight93's user avatar
0 votes
1 answer
22 views

Index or xlookup needed - looking to return multiple critera xlookup to same row

Thank you in advance for your assistance. Looking to do either a index/match formula or xlookup (open to any other solutions) to create this view in my sheet. I am wanting excel to look at column N ...
Lostinthesauceunfortunately's user avatar
2 votes
1 answer
51 views

Apache POI Word - Line between columns

I already have the columns created. I would like to put a line between them, as is possible in Word. Line Between How do I set it using Apache POI? CTColumns coluna1 = sectPr.addNewCols(); coluna1....
Sr. Robô's user avatar
0 votes
0 answers
23 views

data labels in stacked Column chart in powerbi

I have stacked column chart with more than 7 legend, when I turn on the detail label title its only showing for 2 biggest contributors in the column and somewhere where all values are small its not ...
vedant aher's user avatar
0 votes
1 answer
53 views

Count If Meets Multiple Criteria and Unique

I have read several other relatable questions with responses, including referenced suggestions, but they do not appear to be similar in my requirements or I'm having troubles understanding what they'...
Neuner's user avatar
  • 65
0 votes
0 answers
14 views

CSS Vertical Clipping Issues in Responsive Safari for Multi-Column Layout

Seems to be a specific Safari glitch, but at particular narrow screen-sizes (i.e. iPhone) a multi-column layout (in my case a column: 2) on a parent nav item clips a "last-line" child button ...
Kirill Miniaev's user avatar
0 votes
1 answer
38 views

Compare multiple columns in the dataframe and return column names with different values in a new column

Consider this df: data = [{'name': 'Muhammad', 'age_x': 20, 'city_x': 'Karachi', 'age_y': 20, 'city_y': 'Karachi'}, {'name': 'Ali', 'age_x': 19, 'city_x': 'Lahore', 'age_y': 30, 'city_y': None}...
nzskra's user avatar
  • 171
0 votes
2 answers
30 views

How to get a value from a column from a dataframe if the id is present in multiple columns in another dataframe?

I have 2 dataframes, df1 which are ID numbers of participants (some have more than one ID but is the same person) df1 <-data.frame(hospid_1=c("A", "B", "C"), ...
Rachel Hung's user avatar
1 vote
1 answer
27 views

Issue with Box Cutting Off When Using Count-column and Fixed Width

I'm working on a design using the count-column property. Everything is mostly fine, but I'm encountering an issue where some of my boxes are getting cut off. Here is the URL to the screenshot (https://...
Huzaifa Zahid's user avatar
-1 votes
1 answer
33 views

Search & Match 2 sheets & 2 columns, return value from 3rd column

I am trying to find a formula that will search for identical data in Column A (Sheet 1) and Column B (Sheet 2), when the matching data is found, I need the data from Sheet 1 Column B to be returned / ...
Cassandra Barraza's user avatar
0 votes
0 answers
13 views

C# Spreadsheetlight - How to select 2 columns as X axis data

So I want to somehow group bussines year column (column B) with Output period column (column C) so both values can be shown on X axis of a clusteredcolumn chart in spreadsheetlight. This is the table: ...
user3746480's user avatar
2 votes
3 answers
53 views

Conditional sum of multiple columns based on multiple (other) columns

I have a data frame of the form below: ID <- c(1, 2, 3, 4, 5) Type1 <- c("A", "", "A", "B", "C") Count1 <- c(40, NA, 10, 5, 100) Type2 <- ...
madlu's user avatar
  • 21
0 votes
0 answers
41 views

Remove headers from being summed in SQL

I am working to sum columns of data by a given category e.g. public spend by country from my file expenditure SELECT SUM(public spending) AS public spending, country FROM expenditure group by country ...
SQLLearner89's user avatar
0 votes
0 answers
26 views

SQL: join 2 tables based on several conditions "on"

I have two tables: Table 1: variable ID Name IDvariable1 IDvaria2 Peter A 1 Carl B 2 Maria C 3 Table2: variables ID + definition IDvariable1 Descr Var1 IDvariable2 Descr Var2 A Car 1 Diesel B ...
G A's user avatar
  • 1
0 votes
0 answers
13 views

SSRS does not populate data in every second page column

I need to generate report with 4 columns like newspaper and I am expecting to get the next result: but SSRS skips populating every second column: On the next pages the same result (The first row is ...
user3065715's user avatar

15 30 50 per page
1
2 3 4 5
395