IronRocket
Technical User
A quick question. I have a cross-tab and I put a formula in the row section. The formula is supposed to grab all the database fields that begin w/ "HAM". Here is the following formula that I have:
if instr({Asgnmnt.GroupName},"HAM") then
{Asgnmnt.GroupName}
This gets a message of "boolean required here". I know this is something simple because I've came across this before and made it work, but I don't think it was w/ the instr function. I'm stuck on stupid since it's Friday...can anyone help?
if instr({Asgnmnt.GroupName},"HAM") then
{Asgnmnt.GroupName}
This gets a message of "boolean required here". I know this is something simple because I've came across this before and made it work, but I don't think it was w/ the instr function. I'm stuck on stupid since it's Friday...can anyone help?