Page 1 of 1

Sorting distance

Posted: 04 Apr 2014, 21:26
by PB4FUN
The sorting for the field distance in the QSO grid is alpha instead of numerical.
If I sort ascending 1000 should be after 20 and so on.

Re: Sorting distance

Posted: 07 Apr 2014, 15:31
by IW3HMH
i'll check. Thanks for reporting

Re: Sorting distance

Posted: 29 Apr 2014, 20:38
by PB4FUN
In 1.17.1 its still there

Re: Sorting distance

Posted: 30 Apr 2014, 09:03
by IW3HMH
Yes, still in list

Re: Sorting distance

Posted: 30 Apr 2014, 18:03
by PB4FUN
Difficult or many other priorities ?

Re: Sorting distance

Posted: 01 May 2014, 06:45
by G4POP
PB4FUN wrote:Difficult or many other priorities ?

Many other priorities

Re: Sorting distance

Posted: 02 May 2014, 09:48
by IW3HMH
But will be there in the next release

Re: Sorting distance

Posted: 05 May 2014, 14:42
by IW3HMH
Distance is not a "standard" field in visualizations.
This means you have added it to your own visualization.

If you want to fix this issue while waiting for release do the following steps:

Find your configuration folder (..\roaming\LogOm) or use the Help menu -> show configuration folder
Find files called "ViewConfiguration*_user.xml" where * is something like "SmallQSO" or other.

In one of those files, the one where you selected the distance, you will find an XML section containing <ColumnId>Distance</ColumnId>

Find this section and replace <ConfigType>String</ConfigType> with <ConfigType>Decimal</ConfigType>

Report issues :)
73
Daniele IW3HMH

Re: Sorting distance

Posted: 05 May 2014, 16:59
by PB4FUN
Nice, its working.
Only I changed it to Integer instead of Decimal.

Re: Sorting distance

Posted: 06 May 2014, 08:16
by IW3HMH
Yes, i did the same on next release after checking the result