04-24-2020, 07:48 AM
so, what if I create a column name all_task_cost, and set it as expression wdg.
then the expression is @SUM(sthpw/task.bid_cost) , so this column sum all tasks of this asset's bid_cost. and works fine.
so how can I order with this "all_task_cost" column
I found there is a use cache switch that can be turned on, so the "Order by" function can use.
but after turn on this use cache, the column give me empty values, not works anymore.
then the expression is @SUM(sthpw/task.bid_cost) , so this column sum all tasks of this asset's bid_cost. and works fine.
so how can I order with this "all_task_cost" column
I found there is a use cache switch that can be turned on, so the "Order by" function can use.
but after turn on this use cache, the column give me empty values, not works anymore.