![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello everyone, i would like to have my cell background color black if one of the LEAVES are less than 11 000. here a sample : WITH CELL CALCULATION [AlertTest] FOR '([Store].[Store Name].MEMBERS)' AS 'CalculationPassValue (Store.CurrentMember, 0)', CONDITION = 'CalculationPassValue (([Store].CurrentMember,[Measures].[Unit Sales]), 0) 11000', BACK_COLOR = '0',FORE_COLOR = '2451541', FONT_FLAGS = '3' SELECT {[Measures].[Unit Sales]} ON COLUMNS, [Store].[Store Name].MEMBERS ON ROWS FROM Sales CELL PROPERTIES VALUE, FORMATTED_VALUE, FORE_COLOR, BACK_COLOR, FONT_FLAGS This is working now my question is : Is it possible to have the same result at higher level ... are an example WITH CELL CALCULATION [AlertTest] FOR '([Store].[Store Name].MEMBERS)' AS 'CalculationPassValue (Store.CurrentMember, 0)', CONDITION = 'CalculationPassValue (([Store].CurrentMember,[Measures].[Unit Sales]), 0) 11000', BACK_COLOR = '0',FORE_COLOR = '2451541', FONT_FLAGS = '3' SELECT {[Measures].[Unit Sales]} ON COLUMNS, [Store].Children ON ROWS FROM Sales CELL PROPERTIES VALUE, FORMATTED_VALUE, FORE_COLOR, BACK_COLOR, FONT_FLAGS I would like to see the cell where and store name UnitSales is less than 11 000 i try to change the CONDITION For CONDITION = 'CalculationPassValue (([Store].CurrentMember.Leaves,[Measures].[Unit Sales]), 0) < 11000' but it did'nt work Thanks alots Best Regards, Patrice Lamarche |
#3
| |||
| |||
|
|
Hello everyone, i would like to have my cell background color black if one of the LEAVES are less than 11 000. here a sample : WITH CELL CALCULATION [AlertTest] FOR '([Store].[Store Name].MEMBERS)' AS 'CalculationPassValue (Store.CurrentMember, 0)', CONDITION = 'CalculationPassValue (([Store].CurrentMember,[Measures].[Unit Sales]), 0) 11000', BACK_COLOR = '0',FORE_COLOR = '2451541', FONT_FLAGS = '3' SELECT {[Measures].[Unit Sales]} ON COLUMNS, [Store].[Store Name].MEMBERS ON ROWS FROM Sales CELL PROPERTIES VALUE, FORMATTED_VALUE, FORE_COLOR, BACK_COLOR, FONT_FLAGS This is working now my question is : Is it possible to have the same result at higher level ... are an example WITH CELL CALCULATION [AlertTest] FOR '([Store].[Store Name].MEMBERS)' AS 'CalculationPassValue (Store.CurrentMember, 0)', CONDITION = 'CalculationPassValue (([Store].CurrentMember,[Measures].[Unit Sales]), 0) 11000', BACK_COLOR = '0',FORE_COLOR = '2451541', FONT_FLAGS = '3' SELECT {[Measures].[Unit Sales]} ON COLUMNS, [Store].Children ON ROWS FROM Sales CELL PROPERTIES VALUE, FORMATTED_VALUE, FORE_COLOR, BACK_COLOR, FONT_FLAGS I would like to see the cell where and store name UnitSales is less than 11 000 i try to change the CONDITION For CONDITION = 'CalculationPassValue (([Store].CurrentMember.Leaves,[Measures].[Unit Sales]), 0) < 11000' but it did'nt work Thanks alots Best Regards, Patrice Lamarche |
![]() |
| Thread Tools | |
| Display Modes | |
| |