Viewing 15 posts - 16 through 30 (of 39 total)
u can create member flag which will give u values as true or false
for example:
with Member [Measures].[Status]as'[Measures].[ABC]>0'
and thn call this member is select
SELECT {[Measures].[Status],.......
and finally go to...
October 13, 2008 at 9:10 am
are u able to get both the charts in same report ???
August 26, 2008 at 10:55 pm
Try using sub report option
may b u will hve to hide the sub report by default and when u click on some thing....the sub report should display...just call ur second...
August 14, 2008 at 12:21 am
First use sum(Field_Name) in all your Detail fields in Matrix and then Subtotal for Columns/Row Group....
August 12, 2008 at 10:31 pm
you may try visibility option ...
say Suppose u have two tables in a report and second report is the sub-report of 1st one....
now say u want to show 1st table...
August 12, 2008 at 5:45 am
Hi,
Try using Sub-Total
Right click on Column/Row Group and select Sub-total
this might help u .....
August 12, 2008 at 5:34 am
right click on pie chart and go to properties . thr u will find the "Navigation" tab click on that and select "Jump to report" option
give the name of...
August 11, 2008 at 12:59 am
Hi
i m not sure abt showing both the charts in 1 report
and coming to going from 1 report to another ....the bar chart will b displayed in the...
August 11, 2008 at 12:28 am
you can try formatnumber function
e.g. =FormatNumber(Field,2)
where 2 is the number of digits u want after decimal
August 8, 2008 at 3:37 am
to display week as
lessthan 2 3-4 5-6 7-8 9-10 11-12 >14
write iif condition ...if...
August 8, 2008 at 2:57 am
i m not sure wthr matrix within table is possible or not ..'
but table within matrix is possible...
try using Matrix within table by putting matrix in group header or group...
August 8, 2008 at 2:34 am
Make sure that "Repeat report item with data region on every page is selected " option is selected for that text box.
and also select data region for that ....that can...
August 8, 2008 at 2:28 am
U want both the chats to display on 1 report or when u click on pie chat based on that it show the bar chart in another report ???
August 8, 2008 at 2:17 am
Viewing 15 posts - 16 through 30 (of 39 total)