I suppose that sorting elements in a query subject should most probably be in alphabetical order (exceptions accepted).
Question:
How do you sort elements in a query subject in alphabetical order having more than one language supported for your query subjects?
Example:
Lets say your FM-modelling language is english. You sort all your QuerySubject elements in english. Then you translate your query subject elements into spanish. How do you give the spanish user a sorted QuerySubject with their spanish elements?
e.g.
Turnover QS
-- Company
-- Country
-- Town
-- Partner
-- Turnover
in spanish it would be
Ventas QS
-- Compania
-- Pais
-- Ciudad
-- Partner
-- Venta
The spanish order should be:
Ventas QS
-- Ciudad
-- Compania
-- Pais
-- Partner
-- Venta
How do you change the spanish order wihtout changeing the english and visaversa?
hmmm .. nobody here with more than one language in QuerySubjects?
I don't think you can. The order of Query Items is Static. Only if you used SDK the come up with a UI replacement for Cognos 8, you could do things like that.