28.06.2013 Views

IBM Cognos Framework Manager Version 10.2.0 - Guide d'utilisation

IBM Cognos Framework Manager Version 10.2.0 - Guide d'utilisation

IBM Cognos Framework Manager Version 10.2.0 - Guide d'utilisation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Renvoie "string_exp1" complétée à droite par "integer_exp" occurrences de<br />

"string_exp2". Si la longueur de "string_exp1" dépasse "integer_exp", la partie<br />

appropriée de "string_exp1" est renvoyée.<br />

Syntaxe<br />

lpad ( string_exp1, integer_exp [ , string_exp2 ] )<br />

ltrim :<br />

Renvoie la chaîne "string_exp1" dans laquelle les premiers caractères sont<br />

supprimés jusqu'au premier caractère qui n'appartient pas à "string_exp2", par<br />

exemple, ltrim('xyxXxyAB', 'xy') renvoie 'XxyAB'.<br />

Syntaxe<br />

ltrim ( string_exp1 [ , string_exp2 ] )<br />

md5 :<br />

Renvoie le hachage MD5 de "string_exp1".<br />

Syntaxe<br />

md5 ( string_exp1 )<br />

to_hex :<br />

Renvoie une représentation sous forme de chaîne hexadécimale de "numeric_exp1".<br />

Syntaxe<br />

to_hex ( numeric_exp1 )<br />

repeat :<br />

Renvoie la chaîne "string_exp" répétée le nombre de fois déterminé par<br />

"numeric_exp1".<br />

Syntaxe<br />

repeat ( string_exp, numeric_exp1 )<br />

replace :<br />

Renvoie "string_exp" après avoir remplacé "string_exp2" par "string_exp3".<br />

Syntaxe<br />

replace( string_exp, string_exp2, string_exp3)<br />

rpad :<br />

Renvoie "string_exp1" complétée à droite par "integer_exp" occurrences de<br />

"string_exp2". Si la longueur de "string_exp1" dépasse "integer_exp", la partie<br />

appropriée de "string_exp1" est renvoyée. Si "string_exp2" n'est pas spécifiée, des<br />

espaces sont utilisés.<br />

Syntaxe<br />

rpad ( string_exp1, integer_exp [ , string_exp2 ] )<br />

438 <strong>IBM</strong> <strong>Cognos</strong> <strong>Framework</strong> <strong>Manager</strong> <strong>Version</strong> <strong>10.2.0</strong> - <strong>Guide</strong> <strong>d'utilisation</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!