Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all, I'm wondering if it's possible to 'lock' columns in a table sort? I have a table where the first columns are an ID and a type of Forecast, Actual and Variance.
ID | Line Type | Price | Materials | Labor | Service |
1 | Forecast | 20 | 10 | 20 | 60 |
1 | Actual | 18 | 5 | 20 | 75 |
1 | Variance | 2 | 5 | 0 | (15) |
2 | Forecast | 45 | 60 | 35 | 80 |
2 | Actual | 50 | 100 | 30 | 80 |
3 | Variance | (5) | (40) | 5 | 0 |
I need to lock the ID and Line Type columns so that they are always the primary sort, just like in the table above. So each ID and it's Forecast, Actual and Variance are always together in that order no matter what column heading is clicked on to change the sort.
Can this be done without using an extension?
Thanks,
~Mark
@magertgen hopefully the following Help Doc link will be of some help on this one:
Regards,
Brett
Hey Brett, thanks for the reply. I don't think I can do what I need without an extension of some kind and I have very few options with my client.
Thanks,
~Mark