Jump to content

Condiction


Guest Marcelo Goberto

Recommended Posts

Guest Marcelo Goberto

I store a data in variable.

 

How i decid one way to go.

 

Example:

 

Answer the line;

Request ID number;

Validated ID number in SqlLink and store in variable;

Check variable return, is not valid this way, valid this outer way....

 

Wait for support....

 

Hugs...

 

Marcelo...

Link to comment
Share on other sites

  • 1 month later...
I store a data in variable.

 

How i decid one way to go.

 

Example:

 

Answer the line;

Request ID number;

Validated ID number in SqlLink and store in variable;

Check variable return, is not valid this way, valid this outer way....

 

Wait for support....

 

Hugs...

 

Marcelo...

 

Hei, I know how to do that:

 

creat an OGM

 

use sqllink and your select must return the name of the OGM it must goes into a IVM variable

something like this:

 

select ogm_to_go from ( select (case where true then "OGM1" else "OGM2") ogm_to_go from) TMP

 

select to go to another OGM

 

into this new OGM use in message tag option "then" GO to OGM" and into the value you put %ogm_to_go

 

understood?

 

hope it helps you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...