Questions tagged [customcolumn]
54 questions
0
votes
1 answer
How to make Sort Icon visible for all columns in GWT
I am creating an application where I need to do sort and search on header. I have used column.setSortable(true); and Creating sort handler. Again on other side I have created a custom header which will show textbox when clicking. I want to implement…

Swaraj
- 589
- 4
- 15
0
votes
1 answer
How to hide SharePoint 2013 managed metadata column in document information panel
In my SharePoint 2013 solution I have created a custom managed metadata field definition. The field has the attribute ShowInFileDlg set to False, so I expect the column does not show up in the document information panel. When opening a new Word…

Maarten Stelling
- 49
- 1
- 11
0
votes
0 answers
Why won't my custom column return values?
I have the following code set up to display a column on my post list, wanting to display the values from a custom field I have set up called "cook_time".
function cust_field_text($column_name){
if($column_name === 'cust_col'){
…

aleks1217
- 87
- 13
0
votes
1 answer
wordpress save multiple value from select item
i've created a meta box with a multiple select item that takes its values from a custom post type.
add_action("add_meta_boxes", "palinsesto_box");
function palinsesto_box() {
add_meta_box("palinsesto-meta", "Speakers", …

zen
- 27
- 2
- 9
0
votes
2 answers
Yii - using MySQL AS clause field
Let's say I want to have a provide CActiveDataProvider for a CGridView. I need to put a SUM(invitesCount) AS invites into a Provider result. How to retrieve it? I guess I cannot just use $dataProvider->invites?

Joe
- 2,551
- 6
- 38
- 60
-1
votes
1 answer
Custom column design
I have a raw dataset and the columns are not clearly defined at all. When I go to import the data using "Read.Table" in R, it automatically tries to approximate where the columns begin and end. But it is not correct. I know the number of characters…

SharpSharpLes
- 302
- 4
- 20
-2
votes
1 answer
How can I create a custom column that evaluates positive values in two tables and assigns positive or negative values based on the conditions?
I want to create a custom column in PowerBI/PowerQuery where if there is a positive value in Column A (Table 1) and a positive value in Column B (from Table 2). then the conditional column will also be positive. Else, it'll be negative.
I added a…

Moomin
- 1
- 2
-3
votes
1 answer
CountIf Equivalent in Power Query , counts per row within self
I need help in creating a custom column that shows how many models per modality for each account. What would I need to input in the custom column section in power query.
user20064261
-3
votes
1 answer
Power Query: How to add column with repeating values
I have an excel table with the fields ProductCode, ProductDescription and Sales. I would like to add a column named "Store", where the values come from certain header rows, as seen in the following images.
Thanks!
Original:
Desired result:
Sample…

emoscosocam
- 5
- 2