Questions tagged [customcolumn]
54 questions
84
votes
11 answers
migrating django-model field-name change without losing data
I have a django project with a database table that already contains data. I'd like to change the field name without losing any of the data in that column. My original plan was to simply change the model field name in a way that would not actually…

sfletche
- 47,248
- 30
- 103
- 119
6
votes
3 answers
Sorting Custom Column in Wordpress Admin Pages
I'm trying to sort a custom column in the admin edit screen. The column is contains an integer value (vote counts).
To generate the column I use this "standard" code:
add_filter( 'manage_edit-entries_sortable_columns',…

John Mc Murray
- 363
- 5
- 17
5
votes
3 answers
Kubernetes List All Containers that are not running
How to list All Containers that are not running using Kubectl command. I want output like
CONTAINER_NAME STATUS POD_NAME NAMESPACE
container_1 Running pod_1 ns1
container_2 Not Running pod_2…
container_1 Running pod_1 ns1
container_2 Not Running pod_2…

prosenjit
- 805
- 3
- 9
- 10
4
votes
0 answers
Wordpress, ACF - get_field_object() doesn't work inside columns when custom filter applied
I’m trying to get a fields value and label inside a row in a custom column. Everything works fine when no filters are applied, but when I apply the filter nothing is showing up and I don’t know why.
I've tried using field name and field key,…

dodo254
- 519
- 2
- 7
- 16
3
votes
1 answer
SharePoint 2013 - Feature schema contain wrong field name : feature name = [GUID], field name [Field Name]
I am trying to deploy a feature to my site collection. I get a error regarding one field in my list.
From ULS log:
03/27/2014 09:59:50.94 vssphost5.exe (0x1BA4) 0x2EE4 SharePoint
Foundation General acq1f High Feature schema contain…

Jakub Holovsky
- 6,543
- 10
- 54
- 98
3
votes
1 answer
Doctrine 2: How can extend entity with sql code column?
I have entity
mh\BTBundle\Entity\Post:
type: entity
table: post
repositoryClass: mh\BTBundle\Repository\PostRepository
fields:
id:
id: true
type: integer
unsigned: true
…

Marseille Talipov
- 31
- 2
3
votes
2 answers
format datetimepicker in datagridview column
I am trying to use the DateTime picker custom gridview column type from this MSDN example on How to host controls in DataGridViewCells. I want to display hour and minute in 24 hour format, without seconds or AM PM indicators.
I have set…

MickeyfAgain_BeforeExitOfSO
- 4,112
- 5
- 26
- 27
2
votes
0 answers
Android CalendarProvider-Event custom column
What is the best way to extend the CalendarProvider-database by a new column? I want to store some extra data for every Calendar-Event. I tried to use CalendarContract.ExtendedProperties but this is only for use by sync adapters and therefore an…

user2226834
- 63
- 1
- 6
2
votes
1 answer
C# CRM SDK Custom columns
How do I build a CRM SDK QueryExpression where the values of two columns are combined to a new one? In MySQL, my query would look like that:
SELECT *, (`latest_maintenance`+`maintenance_interval`) as `next_maintenance` FROM `servers` ORDER BY…

arik
- 28,170
- 36
- 100
- 156
1
vote
2 answers
how to copy custom properties when making clone
i am working on a "DataGridView" in C# 3.5, in "winforms" application.
I have a custom column is "MaskTextColumn", i have some custom properties in it like : Mask,
"PromptChar" etc.
When i am making clone of "MaskTextColumn" my customer properties…

Haider Ali Wajihi
- 2,756
- 7
- 51
- 82
1
vote
1 answer
Wordpress Custom Columns
I have created a custom post type called Members.
I then wanted to customise the display for this custom post type to display some custom meta which has been entered in the columns.
The columns are displaying but the data isn't showing up and I…

Elliot Reeve
- 901
- 4
- 21
- 39
1
vote
2 answers
Searching for SharePoint Documents by Custom Column Value using Microsoft Graph API from Postman
How can I use the Microsoft Graph API from Postman to search for documents within all SharePoint sites in an organization based on a specific value in a custom column? I am currently not getting the expected results when making the request:
GET…

cb0008
- 93
- 1
- 8
1
vote
1 answer
Is there a way to combine month and year and add city in seperate column transformation using PowerQuery?
Is there a way to achieve this transformation using PowerQuery?
Input table:
City…

Toni Vukasinovic
- 47
- 1
- 6
1
vote
1 answer
WooCommerce admin orders list custom column with order notes sent to customer
I am trying to create a column that shows notes to customers. I want this column in both woocommerce admin and customer order table. I found this code and it is showing all notes in admin. How do I alter it to show only public notes I wrote to the…

editcafe
- 35
- 5
1
vote
0 answers
WooCommerce: order details page: insert values from new custom column 'quantity_ordered' in table 'wc_order_product_lookup'
1. The problem:
I want to sell perishable items which are weighed (and thus never exactly match in weight what the customer actually ordered) and sometimes if a specific product is no more available, a similar product will be…

Yoda - user264474
- 93
- 1
- 8