Viewing 5 posts - 1 through 5 (of 5 total)
Here's a screen shot:
March 27, 2008 at 7:43 am
Create a report parameter to hold the value then refer to the value of the parameter in a textbox in the report body. I was not able to test...
March 26, 2008 at 8:05 am
Is this parameter linked to a dataset?
If not you can create a boolean parameter by changing the data type to Boolean. Under Available values, choose Non-Queried and...
March 26, 2008 at 7:57 am
I was not able to find a member in the globals collection that references the data source. This is probably because you can have multiple datasets in the report...
March 26, 2008 at 7:37 am
Try the LookupCube() Function. Here is the syntax:
LookupCube(cube_string, string_expression)
example:
LookupCube("Budget", "[Account].[Total Expense]")
March 26, 2008 at 7:13 am
Viewing 5 posts - 1 through 5 (of 5 total)