FORMULA LANGUAGE
Examples: @Repeat
1. This example returns HelloHelloHello.
@Repeat("Hello";3)
2. This example returns ByeBy.
@Repeat("Bye";2;5)
3. This example returns Great Month! Great Month! Great Month! in the Comments field if the amount in the field named Sales is greater than or equal to 100,000; otherwise it returns the string Good Month.
FIELD Comments:=@If(Sales>=100000;@Repeat("Great Month!";3);"Good Month");
Véase también
@Repeat
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario