Community
Participate
Working Groups
Created attachment 128898 [details] report design Description: Bookmark for crosstab does not work when set value to an expression. Build number: 2.5.0.v20090316-0939 Steps to reproduce: 1. New a crosstab binding to the data cube. 2. Select one row header cell and go to Property Editor->Advanced. 3. Set value for Bookmark value with an expression. 4. Preview the report in HTML and check the HTML source. Expected result: Bookmark works. Actual result: Bookmark does not work. Error log: N/A
You need specify a valid expression which returns a non-null value in the evaluation context. Accessing the row area bindings from the column area always return null.
Created attachment 129551 [details] update report design
Should use the available expression as Bookmark. Verified in build (2.5.0.v20090323-0630), closed.