Product Configurator Method Rule Expression: Version 9.05.606A

Thanks Jim and Mark, both options worked.

Regards,

Darryn

--- In vantage@yahoogroups.com, "Mark" <mark_wonsil@...> wrote:
>
>
>
> --- In vantage@yahoogroups.com, "jckinneman" <jckinneman@> wrote:
> >
> > When populating the target you can concatenate using chr(10) to add a new line in-between.
> >
> > Calc1 + chr(10) + calc2 + chr(10) +....
> >
>
> I believe that using the Progess "~n" notation will work as well:
>
> Calc1 + "~n" + calc2 + "~n" + ...
>
> Mark W
>
Hi,

I'm trying to add a method rule to populate the QuoteDtl.JobComment field with the outputs from a number of calculations. The process works fine however I want the output of each calculation to be on a seperate line within the comments box.

So what i'm getting is:
CALC1CALC2CALC3CALC4
when what I actually want is :
CALC1
CALC2
CALC3
CALC4

Is there a way to add a line down command within the method rule calculation?

Any help would be appreciated.

Thanks,

Darryn
When populating the target you can concatenate using chr(10) to add a new line in-between.

Calc1 + chr(10) + calc2 + chr(10) +....

Jim Kinneman
Encompass Solutions, Inc

--- In vantage@yahoogroups.com, "darrynralph" <darrynralph@...> wrote:
>
> Hi,
>
> I'm trying to add a method rule to populate the QuoteDtl.JobComment field with the outputs from a number of calculations. The process works fine however I want the output of each calculation to be on a seperate line within the comments box.
>
> So what i'm getting is:
> CALC1CALC2CALC3CALC4
> when what I actually want is :
> CALC1
> CALC2
> CALC3
> CALC4
>
> Is there a way to add a line down command within the method rule calculation?
>
> Any help would be appreciated.
>
> Thanks,
>
> Darryn
>
--- In vantage@yahoogroups.com, "jckinneman" <jckinneman@...> wrote:
>
> When populating the target you can concatenate using chr(10) to add a new line in-between.
>
> Calc1 + chr(10) + calc2 + chr(10) +....
>

I believe that using the Progess "~n" notation will work as well:

Calc1 + "~n" + calc2 + "~n" + ...

Mark W