June 15, 200421 yr Hi guys, Is there a way of allowing a user with only data entry privleges alter the sort of a portal? Failing that, is there someway of saving sorts for a portal and script it for a user? Cheers
June 15, 200421 yr define your sort field as a calc, where the result of the field is conditional case ( test1, field1 test2, field2 test3, field3 etc. ) The tests can be based on a global field value and a button will toggle through the values to toggle the sort order. The only thing to look out for is sorting fields of different types. Your calc field can be of only one type. If you make everything text, you'll have to pad other field results to make them sort properly. Dana
Create an account or sign in to comment