I am trying to use Content Server Help (v 10.5) to write a webreport. The title of the page is "Categories and Attributes- CAT-Method 1"
The first instruction is to create a live report that says this:
select LLAttrData.ID DATAID from LLAttrData, DTree where LLAttrData.DEFID = 338223 and LLAttrData.ATTRID = 1 and LLAttrData.VERNUM = DTree.VERSIONNUM and LLAttrData.ID = DTree.DATAID
Nothing happens- so I looked at sql manager and the LLAttrData table and the DEFID is listed as 46848. I replaced 338223 with 46848 and got results. Am I doing something wrong? was this a mistake or does that value change from one installation to another?