coax QCState column to show up in default views? | Ben Bimber | 2011-05-01 12:33 |
Status: Closed | ||
study datasets have a QCState column. when using a QWP or executeQuery.view (ie. not datasets.view), this column does not appear in the default view. I am trying to reverse that. I was hoping I would be able to override the metadata on that column and make it appear in the default view, but this has not been successful so far. I have tried: 1. adding this to studydata.query.xml: <column columnName="QCState"> <isHidden>false</isHidden> <shownInDetailsView>true</shownInDetailsView> <!--<columnTitle>Status</columnTitle>--> </column> 2. tried adding the above to specific datasets 3. created a file called QCState.query.xml in order to alter the metadata on the QCState table. I tried altering shownInDetailsView and isHidden for label and rowid, with no effect Can this be done? Thanks for any help or suggestions. |
||