Solved
two outputs in a service
Hi All,
I've an service as:
If(Condtion)
{
//result should be infotable
}
else
{
//result should be an string
}
how can i achieve this, please help.
Hi All,
I've an service as:
If(Condtion)
{
//result should be infotable
}
else
{
//result should be an string
}
how can i achieve this, please help.
You can't.
Just make an infotable for both results, you can make an infotable which first column it's for instance baseType, and second column it's a String and Third column it's an Infotable, then based on baseType column use second or third column.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.