We are using Portal1. I am struggling to set the order of the column for a table portlet. My stake holders wanted me to re arrange the order of some of the column in default layout. I did the ordering using the felid mapping section and moved the column to top. but this change is not visible in the portal when I load it. I even tried after clearing browser cache. What am i missing here?
Beneath the “Your query”, and under the “Page size” is “Default Sort”. Use that to “Order By” your query. If you are actually asking for making some columns that are in your select query that are lower in your query appear higher, simply rearrange your query to show the desired configuration of the columns.
Example:
SELECT C.[OVERDUE_STATUS, A.[QUERY_TYPE_ID}, ...
FROM table1 A, table2 B, table3 C