Hello,
I need to report on all category and attributes available per each folder in our system. Is it possible to create a livereport in this format?
| Folder | Sub-Folder | Attribute name | Attribute type | Required | Multi-valued | Valid values |
| Folder Name | Sub-Folder Name | Document Type | Text: Popup | Yes | No | Value 1, Value 2, Value 3, Value 4 |
So far I've joined CatRegionMap,DTree,LLAttrData, DTree d1, DTree d2, DTree d3 on
dtree.DataID=LLAttrData.ID
and dtree.VersionNum = LLAttrData.VerNum
and LLAttrData.DefID=CatRegionMap.CatID
and Dtree.SubType=0
I've been able to pick up folders/categories but am getting stuck on available attributes and their types. Especially since multiple values may be selected, and there are some using DB lookups. Any suggestions would be appreciated if anyone has done something similiar..
Thank you
Lucy