Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.