Re: [Qgis-user] Field comments

2017-11-23 Thread Carlos Cerdán
Thank you very much to everybody. So, I was trying to use "comments" in the
wrong way. And yes, ALIAS works fine. Of course, don't forget to save the
layer style.

Regards

Carlos Cerdan

2017-11-23 4:02 GMT-05:00 Stefan Blumentrath <stefan.blumentr...@nina.no>:

> Hi Carlos,
>
> See: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/91
> for the metadata overhaul, in case that is of interest...
>
> Cheers
> Stefan
>
> -Original Message-
> From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of
> Matthias Kuhn
> Sent: torsdag 23. november 2017 08.58
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Field comments
>
> Hi Carlos,
>
> Comments are not saved in the project, they are just retrieved from
> databases.
>
> E.g. Postgres:
>
> COMMENT ON COLUMN my_table.my_column IS 'Employee ID number';
>
> It's a usability issue with QGIS 2.18 that the column is editable in the
> layer properties, it should be read only.
>
> Sidenote: That's not something that couldn't be changed in a future
> version, maybe it could be also discussed with the metadata team if there's
> something ready for this already.
>
> Regards
> Matthias
>
> On 11/22/2017 11:14 PM, Carlos Cerdán wrote:
> > Hi list:
> >
> > Does anyone know how to make comments permanent in the fields of the
> > attribute table? (see image on
> > https://www.dropbox.com/s/uef2gs0g3qmp1g0/Fields.png?dl=0 )
> >
> > When I open the properties of the layer and go to the "fields" tab, I
> > can't make the comments recorded. I tried to put the layer in edit
> > mode and enter comments with quotes, but nothing.
> >
> > Maybe I'm using this feature the wrong way. Any suggestions?
> >
> > Carlos Cerdan
> >
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Field comments

2017-11-23 Thread Stefan Blumentrath
Hi Carlos,

See: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/91
for the metadata overhaul, in case that is of interest...

Cheers
Stefan

-Original Message-
From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of 
Matthias Kuhn
Sent: torsdag 23. november 2017 08.58
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Field comments

Hi Carlos,

Comments are not saved in the project, they are just retrieved from databases.

E.g. Postgres:

COMMENT ON COLUMN my_table.my_column IS 'Employee ID number';

It's a usability issue with QGIS 2.18 that the column is editable in the layer 
properties, it should be read only.

Sidenote: That's not something that couldn't be changed in a future version, 
maybe it could be also discussed with the metadata team if there's something 
ready for this already.

Regards
Matthias

On 11/22/2017 11:14 PM, Carlos Cerdán wrote:
> Hi list:
> 
> Does anyone know how to make comments permanent in the fields of the 
> attribute table? (see image on
> https://www.dropbox.com/s/uef2gs0g3qmp1g0/Fields.png?dl=0 )
> 
> When I open the properties of the layer and go to the "fields" tab, I 
> can't make the comments recorded. I tried to put the layer in edit 
> mode and enter comments with quotes, but nothing.
> 
> Maybe I'm using this feature the wrong way. Any suggestions?
> 
> Carlos Cerdan
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Field comments

2017-11-22 Thread Matthias Kuhn
Hi Carlos,

Comments are not saved in the project, they are just retrieved from
databases.

E.g. Postgres:

COMMENT ON COLUMN my_table.my_column IS 'Employee ID number';

It's a usability issue with QGIS 2.18 that the column is editable in the
layer properties, it should be read only.

Sidenote: That's not something that couldn't be changed in a future
version, maybe it could be also discussed with the metadata team if
there's something ready for this already.

Regards
Matthias

On 11/22/2017 11:14 PM, Carlos Cerdán wrote:
> Hi list:
> 
> Does anyone know how to make comments permanent in the fields of the
> attribute table? (see image on
> https://www.dropbox.com/s/uef2gs0g3qmp1g0/Fields.png?dl=0 )
> 
> When I open the properties of the layer and go to the "fields" tab, I
> can't make the comments recorded. I tried to put the layer in edit mode
> and enter comments with quotes, but nothing.
> 
> Maybe I'm using this feature the wrong way. Any suggestions?
> 
> Carlos Cerdan
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Field comments

2017-11-22 Thread Burghardt.Scholle
Hi Carlos,

of course, use the column "Alias" in the “fields” tab to specify a permanent 
comment.

Regards
Burghardt



Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Carlos 
Cerdán
Gesendet: Mittwoch, 22. November 2017 23:17
An: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Field comments

Sorry. More information: I've tried it in QGIS 2.18.x under Ubuntu and Windows. 
I've also tried QGIS 2.99 in Windows 10. Nothing.

2017-11-22 17:14 GMT-05:00 Carlos Cerdán 
<sig.up...@gmail.com<mailto:sig.up...@gmail.com>>:
Hi list:

Does anyone know how to make comments permanent in the fields of the attribute 
table? (see image on https://www.dropbox.com/s/uef2gs0g3qmp1g0/Fields.png?dl=0 )

When I open the properties of the layer and go to the "fields" tab, I can't 
make the comments recorded. I tried to put the layer in edit mode and enter 
comments with quotes, but nothing.

Maybe I'm using this feature the wrong way. Any suggestions?
Carlos Cerdan

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Field comments

2017-11-22 Thread Carlos Cerdán
Sorry. More information: I've tried it in QGIS 2.18.x under Ubuntu and
Windows. I've also tried QGIS 2.99 in Windows 10. Nothing.

2017-11-22 17:14 GMT-05:00 Carlos Cerdán :

> Hi list:
>
> Does anyone know how to make comments permanent in the fields of the
> attribute table? (see image on https://www.dropbox.com/s/
> uef2gs0g3qmp1g0/Fields.png?dl=0 )
>
> When I open the properties of the layer and go to the "fields" tab, I
> can't make the comments recorded. I tried to put the layer in edit mode and
> enter comments with quotes, but nothing.
>
> Maybe I'm using this feature the wrong way. Any suggestions?
>
> Carlos Cerdan
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Field comments

2017-11-22 Thread Carlos Cerdán
Hi list:

Does anyone know how to make comments permanent in the fields of the
attribute table? (see image on
https://www.dropbox.com/s/uef2gs0g3qmp1g0/Fields.png?dl=0 )

When I open the properties of the layer and go to the "fields" tab, I can't
make the comments recorded. I tried to put the layer in edit mode and enter
comments with quotes, but nothing.

Maybe I'm using this feature the wrong way. Any suggestions?

Carlos Cerdan
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user