Home > Contents >
Alpha TOC   |    Annotated TOC 

 

paramprocessing

Defines processing of the parameter. Processing can be used to perform checks or modifications and simple mathematical calculations.

Syntax

<paramprocessing
       type="list type"        
      />

Attributes

Name
Type
Required?
Default value
Description
type
list
(checksqlinject|add|
subtract|multiply|divide|
parse|translate|urlencode)
No default value.
Determines how the parameter is processed.

Children

  • <param>

    Parents

  • <param>

    Example

    <param type="string" name="perhour" value="500">
    	<paramprocessing type="divide">
    		<param name="divideto" type="string" value="#hoursperline#"/<
    	</paramprocessing>
    </param>
    
    
    
      Home > Contents >

    Oracle WebCenter Sites 11gR1 | Analytics Tag Reference
    Copyright 2012 by Oracle Corporation
    All rights reserved.