Hi there,
I'm seeing a problem with multi-sorting and custom columns. To recreate,:
1. Go here: http://www.smartclient.com/docs/8.3/a/system/reference/SmartClient_Explorer.html#customColumns
2. Add {name:"continent"} to list of fields
3. Try it
4. Show Formula Builder and Add a formula with formula of B for Area column and Save
5. Right-click on grid header to Configure Sort. Sort by Continent Ascending and then add level to Sort by New Field Ascending as well.
6. Click Apply and multi-sort doesn't work correctly. Also, it seems you have to click Apply twice for some reason?
If you do a single sort on Continent, it works fine. If you do a multi-sort using Area instead of New Field, that works too. But, adding the "New Field" seems to break it.
I'm seeing a problem with multi-sorting and custom columns. To recreate,:
1. Go here: http://www.smartclient.com/docs/8.3/a/system/reference/SmartClient_Explorer.html#customColumns
2. Add {name:"continent"} to list of fields
3. Try it
4. Show Formula Builder and Add a formula with formula of B for Area column and Save
5. Right-click on grid header to Configure Sort. Sort by Continent Ascending and then add level to Sort by New Field Ascending as well.
6. Click Apply and multi-sort doesn't work correctly. Also, it seems you have to click Apply twice for some reason?
If you do a single sort on Continent, it works fine. If you do a multi-sort using Area instead of New Field, that works too. But, adding the "New Field" seems to break it.
Comment