R
Rob
I have a current database that creates "Risk Cubes" Currently it produces 1
cube per risk. I would like to create a cumulative Risk Cube. From an
earlier post I have created a query that tells me how many of a certain Risk
Exposure Level I have.
Example:
ID, Probability, Impact, Exposure
1, .50, 4, 2.00
2, .50, 4, 2.00
The query returns
Exposure Value, Exposure Count
2.00, 2
Now I have a Risk Cube form setup and ready to go. I would like to get the
Exposure Count number to show up on the appropriate square on the cube. I am
guessing that this would be an IIF statement:
Here is the current statement that I am using.
=IIf([Spiral 1 Cumulative Risks]!Expr1 Between 1.22 And 1.81," «Expr»
[Spiral 1 Cumulative Risks]![ExposureCount] «Expr»","")
Note:
[Spiral 1 Cumulative Risks] is the query name and !Expr1 is the column name
for Exposure value.
Note[Spiral 1 Cumulative Risks]![ExposureCount] «Expr» is the column for
Exposure Count.
I made these formulas via Expression Builder.
Any guidance is greatly appreciated.
Thanks
Rob
cube per risk. I would like to create a cumulative Risk Cube. From an
earlier post I have created a query that tells me how many of a certain Risk
Exposure Level I have.
Example:
ID, Probability, Impact, Exposure
1, .50, 4, 2.00
2, .50, 4, 2.00
The query returns
Exposure Value, Exposure Count
2.00, 2
Now I have a Risk Cube form setup and ready to go. I would like to get the
Exposure Count number to show up on the appropriate square on the cube. I am
guessing that this would be an IIF statement:
Here is the current statement that I am using.
=IIf([Spiral 1 Cumulative Risks]!Expr1 Between 1.22 And 1.81," «Expr»
[Spiral 1 Cumulative Risks]![ExposureCount] «Expr»","")
Note:
[Spiral 1 Cumulative Risks] is the query name and !Expr1 is the column name
for Exposure value.
Note[Spiral 1 Cumulative Risks]![ExposureCount] «Expr» is the column for
Exposure Count.
I made these formulas via Expression Builder.
Any guidance is greatly appreciated.
Thanks
Rob