I have a database data feed that is extracting these values when I execute the data feed in Composer:
My MashApp does not display it in this sequence. It does this:
Here is the MashApp in Composer with Sorting set to None:
We are running MashZone 2.0.0.2.116. Would anyone have suggestions on how to correct this?
Best regards,
Carl
Stephan Freudl on
Hi Carl,
I am afraid, there is currently no way to do so in MashZone as it sorts lexicographically. To avoid sorting {1,10,11,...,2,3,...} instead of {1,2,3,...,10,11,...} you may insert trailing zeros into your age column.
Your data base might support a statement to do so. Alternatively you could do it in MashZone as your ages have a two digit maximum.
Regards
Stephan