How to do value ordering that has values that contains a specific word?
Hi all,How can I create a line of code that will arrange my columns using Value Ordering? I needed the values that contains the word "new" to be on the bottom.
Original Values
F1
F2
F3
F4 - NEW
F5
F6 - NEW
F7
F8
F9 - NEW
F10 - NEW
With Value Ordering
F1
F2
F3
F5
F7
F8
F4 - NEW
F6 - NEW
F9 - NEW
F10 - NEW