Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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.
Solved! Go to Solution.
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.
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.