Use of querysort (text mode) on custom columns within project view
Hi WF Community,
I create a few custom calculated columns in a project report view. I added 'querysort=' to the text mode for each custom column, and when the column headings are clicked on once the report is run, it looks like it tried to sort the columns, but never does.
Here's an example of one of my custom calculated columns:
displayname=Update % Complete or Status?
querysort=DE:Update % Complete or Status?
textmode=true
valueexpression=IF({percentComplete}="100"&&{status}!="CPL","Check % Complete & Status","")
valueformat=string
In this example, I put "DE:" in front of the column name. I tried it without "DE:", and it still didn't work.
Am I missing something?
Thanks.
Nick