Ex: SELECT TOP (100) PERCENT name, createBy, createDate, ID, documentType, template, lastPublished, updateDate, releaseDate, expireDate, parentID, path, VersionId, [level] FROM dbo.vFALMFullContent ORDER BY name DESC
What I whant is how to change the default sort order of rows in the Tabular Folder Browsner without to change the source code. I thout I could do it by change in the SQL View.
Change sort order
Changing sort order in the view does´t effect
Ex: SELECT TOP (100) PERCENT name, createBy, createDate, ID, documentType, template, lastPublished, updateDate, releaseDate, expireDate, parentID, path,
VersionId, [level]
FROM dbo.vFALMFullContent
ORDER BY name DESC
Why?
What I whant is how to change the default sort order of rows in the Tabular Folder Browsner without to change the source code. I thout I could do it by change in the SQL View.
is working on a reply...