Viewing 6 posts - 1 through 6 (of 6 total)
I managed to solve the problem.
I changed one of the false statements to 1 instead of 0, the Nan-value will disappear.
Ex:
=Sum(IIf(Fields!Name.Value="Stock",Fields!RiskValue.Value,0),"DS_AM_GetRisk_AssetType")/ Sum(IIf(Fields!Name.Value="Stock",Fields!GlobalMarketValue.Value,1),"DS_AM_GetRisk_AssetType")
hope this can be helpful for someone else!
August 12, 2015 at 1:20 am
As Joie Andrew said, you could use a Rectangle and put all the tablixes in there.
One other thing that could help is to set the reportwidth to less or...
August 5, 2015 at 1:00 am
I managed to solve the problem. Used a table instead of a Matrix and now it works great. I probably did something wrong in the first table.
Thank's for trying to...
August 3, 2015 at 4:02 am
some ex-data:
Currency
--ProductName || TransactionDate || Businessevent || Volume || Price
------SEK ------------- 2015-05-24 ---------- Interest...
August 3, 2015 at 2:41 am
So i think i have a good idea of what the problem is now.
The problem is probably the grouping on ProductName, the dataset is showing some transactions for a...
August 3, 2015 at 2:07 am
Very helpful! Thanks!
July 17, 2015 at 4:58 am
Viewing 6 posts - 1 through 6 (of 6 total)