HP 3PAR StoreServ 7200 2-node HP 3PAR System Reporter 3.1.0 Software User& - Page 102

Adding Custom Columns to a Data Sheet, Creating a Custom Chart, Non-failed spare, Percent spare used

Page 102 highlights

NOTE: The Visual Basic code for the Excel client is password protected to prevent accidental modification. For customers who would like to add their own code, the password is "password". Please observe caution when considering using another password other than the default, since subsequent access would not be possible if knowledge of the altered password were to become unavailable for some reason. Adding Custom Columns to a Data Sheet The following instructions illustrate how to add custom columns to a data sheet. In this example, you will add the custom columns Non-failed spare and Percent spare used to the Dly PDSpace (1) sheet. In the following section, "Creating a Custom Chart" (page 102), you will create a custom chart using one of these new columns. NOTE: User defined columns can only be added as the last column in the data sheet. To add custom columns to the Dly PDSpace (1) sheet: 1. On the PD Space reporting tool sheet, create a chart with data that spans any time range. The Dly PDSpace (1) sheet is created to hold the data represented in the chart at the bottom of the PD Space reporting tool sheet. 2. On the Dly PDSpace (1) sheet, scroll to the first empty cell to the right of Data table. In cell N52, click and type a new header for Non-failed spare. 3. Below the new header, in cell N53, click and then add a formula to sum the columns that have values for spares that are not failed: =H53+J53+K53 Press ENTER after typing in the formula. A calculated value should appear in cell N53. 4. Click cell N53 and drag the cell selection down so that the formula is copied to all rows of the table. To drag the cell selection down, you must position your pointer over the lower right corner of the cell and then click and drag. Calculated values should appear in all cells of column N. 5. In cell O52, click and type a new header for Percent spare used. 6. Below the new header, in cell O53, add a formula to calculate the percentage of non-failed spare space that is used: =IF(N53>0,H53/N53*100,0) Press ENTER after typing in the formula. A calculated value should appear in cell O53. 7. Click cell O53 and drag the cell selection down so that the formula is copied to all rows of the table. To drag the cell selection down, you must position your pointer over the lower right corner of the cell and then click and drag. Calculated values should appear in all cells of column O. On the PDSpace Time Data sheet, the newly added columns are appropriately resized and populated with values that reflect the most recent query results. Creating a Custom Chart After adding custom columns to a data sheet, you can use those columns to create custom charts. The following instructions illustrate how to create a custom chart from one of the custom Dly PDSpace (1) sheet columns you added in "Adding Custom Columns to a Data Sheet" (page 102). NOTE: The following example uses the XY chart type, which works well for High-Res, Daily, and Hourly resolutions (see "Sample Resolution" (page 67)). Other chart types may not work as expected. For Excel 2003: 102 Accessing and Creating Reports

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231

NOTE:
The Visual Basic code for the Excel client is password protected to prevent accidental
modification. For customers who would like to add their own code, the password is “password”.
Please observe caution when considering using another password other than the default, since
subsequent access would not be possible if knowledge of the altered password were to become
unavailable for some reason.
Adding Custom Columns to a Data Sheet
The following instructions illustrate how to add custom columns to a data sheet. In this example,
you will add the custom columns
Non-failed spare
and
Percent spare used
to the
Dly PDSpace (1)
sheet. In the following section,
“Creating a Custom Chart” (page 102)
, you will create a custom
chart using one of these new columns.
NOTE:
User defined columns can only be added as the last column in the data sheet.
To add custom columns to the
Dly PDSpace (1)
sheet:
1.
On the
PD Space
reporting tool sheet, create a chart with data that spans any time range.
The
Dly PDSpace (1)
sheet is created to hold the data represented in the chart at the bottom
of the
PD Space
reporting tool sheet.
2.
On the
Dly PDSpace (1)
sheet, scroll to the first empty cell to the right of Data table. In cell
N52, click and type a new header for
Non-failed spare
.
3.
Below the new header, in cell N53, click and then add a formula to sum the columns that
have values for spares that are not failed:
=H53+J53+K53
Press
ENTER
after typing in the formula. A calculated value should appear in cell N53.
4.
Click cell N53 and drag the cell selection down so that the formula is copied to all rows of
the table.
To drag the cell selection down, you must position your pointer over the lower right corner of
the cell and then click and drag. Calculated values should appear in all cells of column N.
5.
In cell O52, click and type a new header for
Percent spare used
.
6.
Below the new header, in cell O53, add a formula to calculate the percentage of non-failed
spare space that is used:
=IF(N53>0,H53/N53*100,0)
Press
ENTER
after typing in the formula. A calculated value should appear in cell O53.
7.
Click cell O53 and drag the cell selection down so that the formula is copied to all rows of
the table.
To drag the cell selection down, you must position your pointer over the lower right corner of
the cell and then click and drag. Calculated values should appear in all cells of column O.
On the
PDSpace Time Data
sheet, the newly added columns are appropriately resized and
populated with values that reflect the most recent query results.
Creating a Custom Chart
After adding custom columns to a data sheet, you can use those columns to create custom charts.
The following instructions illustrate how to create a custom chart from one of the custom
Dly PDSpace
(1)
sheet columns you added in
“Adding Custom Columns to a Data Sheet” (page 102)
.
NOTE:
The following example uses the XY chart type, which works well for
High-Res
,
Daily
, and
Hourly
resolutions (see
“Sample Resolution” (page 67)
). Other chart types may not work as expected.
For Excel 2003:
102
Accessing and Creating Reports