Hi,
I'm importing configuration values for a "Choice or Text" published parameter. The imported values are coming from a database and the list is fairly long.
I'd like the imported values to be sorted alphabetically but can't figure out a way to do it automatically. I tried adding an "order by" statement to the where clause, e.g.
1=1 order by column_name
but it had no effect.
I know that I could manually edit the .fmw file with a text editor but my list of imported values is long and will likely need to be updated on a fairly regular basis.
Anyone have any thoughts on this?
thanks,
Nic