Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
lk_wick
Starting Member
2 Posts |
Posted - 2007-07-03 : 06:29:41
|
following query is nt working properly. need a solution (need to filter the non empty rows)SELECT{[Measures].[Description],[Measures].[Amount]} ON COLUMNS,non empty CROSSJOIN ([CustomTimeSet],[GeneralLedgerSet]) on rowsFROM ProfitabilityWHERE [Account—ETBillingCode].[MDA]NonEmpty({filter(CROSSJOIN([CustomTimeSet],[GeneralLedgerSet]),[Measures].[MdaCodeTotal] <> 0 )})on rows |
|
|
|
|