I've upgraded a SP2007 to a SP2010 and now some settings have been lost. In some CQWP I need the Created column to group items etc. How do I unhide it so it is selectable in dropdownlists and displays in list settings when overviewing columns?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can do this programmatically or through PowerShell, setting SPField.Hidden property to false. Tentative PowerShell script:
|
|||
|
|