Mike-Hardy
I have now made a "dummy" index, just to explain what I mean (I changed the type so it's easier to see).
----------------------
This is the result I want, the index sorted right:
A
alla 14
Annat 14
C
chans 14
CW working 14
F
frånslagen 14
O
orsak 14
P
parentes 14
Å
Ågren 14
åker 14
Ä
är 14
Ärla 14
Ö
öken 14
Övrigt 14
All letters sorted in the right order, and no difference between upper case and lower case
----------------------------------
Here is the standard reference pages:
1, 2–3
Symbols[\ ];Numerics[0];A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z
<$symbols><$numerics><$alphabetics>
--–—
Level1IX
openObjectId <$relfilename>:<$ObjectType> <$ObjectId>
<$pagenum>
---------------------------------
The index ends up like this:
A
Ågren 14
åker 14
alla 14
Annat 14
är 14
Ärla 14
C
chans 14
CW working 14
F
frånslagen 14
O
öken 14
orsak 14
Övrigt 14
P
parentes 14
--------------------
As you can see å and ä is under A and ö is under O.
-------------------------
If I add our special letters at the end the reference looks like this:
1, 2–3
Symbols[\ ];Numerics[0];A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z;Å;Ä;Ö
<$symbols><$numerics><$alphabetics>
--–—
Level1IX
openObjectId <$relfilename>:<$ObjectType> <$ObjectId>
<$pagenum>
-------------------------------
The index ends up like this:
Å
Ågren 14
åker 14
alla 14
Annat 14
är 14
Ärla 14
C
chans 14
CW working 14
F
frånslagen 14
Ö
öken 14
orsak 14
Övrigt 14
P
parentes 14
------------------
For some reason a, å and ä is in the beginning under Å... ö is under O.
----------------------------------
To remove <$alphabetics> seems like a bad idea. It's back now.
I have tried all other combinations; (Aa;Bb; and so on, nothing helps).
I hope you understand what I mean and what I want.
I understood what you meant, but didn't have any documentation available, and so was trying the wrong thing.
I've just read Specify sort order for an index in the FM12 help, and it is now clear to me that the SortOrderIX paragraph is what needs changing. I have replaced the <$alphabetics> building block with its default value (as given in the above page of documentation), and then moved your Swedish letters to the end of the sort order. This is the result:
- for the GroupTitlesIX paragraph:
Symbols[\ ];Numerics[0];A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z;Å;Ä;Ö - for the SortOrderIX paragraph:
<$symbols><$numerics>AÁÀÂÃaáàâ㪠Bb CÇcç Dd EÉÈÊËeéèêë Ffƒ Gg Hh IÍÌÎÏiìíîï Jj Kk Ll Mm NÑnñ OÓÒÔÕØoóòôõøº Pp Qq Rr Ss Tt UÚÙÛÜuúùûü Vv Ww Xx YŸyÿ Zz Åå Ää Öö
It works for me in FM12.