Cn

Use this keyword to define a column in the form. The keywords such as C1, C2, C3 provide the definition of each column in the specified order. The column identifier must begin with 1 and proceed in sequential order.

Dimension elements specified for the column override elements that are set in the BackgroundPOV or SelectablePOVList. You can use member and system lists in column definitions.

Note:

One list is allowed per column.

You can use these values and options within a column definition:

Syntax

Cn=CalcExpression
         
Cn=POVExpression
         

Table 7-3 Syntax for Columns Keyword

Parameter Description
n

The column number.

CalcExpression

Use SCalc, Blank, or String. See SCalc, Blank, and String.

POVExpression

A valid dimension intersection or member list.

Example

C1=S#Actual.P#July,CustomHeader:Actual_July
C2=S#Actual.P#August,(Override 2,3, P#July)
C3=S#Budget.P#September
C4=SCalc(col(1)+col(3)),numdecimals:4,scale:1,readonly
C5=Blank
C6=S#Budget.P#October,Style:font-style:bold
C7=C1{TotalProducts.[Hierarchy]}