I thought the following would work but it doesn't seem to & I don't know why.
Could someone explain the logic breakdown in this equation please.
Purpose
If I write any item that includes the word "MIRMA"
I want a boolean field named MIRMA checked off so I can easily create a grid later on.
(I guess I could do it by searching the entire dB for the word later on & doing a group assign & create a grid but anyway,)
What's wrong w the following
AM:MIRMA=HasKeyword(Item,"MIRMA",-1)|
E:MIRMA=|
E:MIRMA=|
TIA
Comments
E:GTD_Pndg=|
AM:GTD_FoloUp=HasKeyword(Item," Call ",-1)|
E:GTD_FoloUp=|
AM:BDIxpns=HasKeyword(Item,"Movie",-1)|
E:BDIxpns=|
AM:MIRMA=HasKeyword(Item,"MIRMA",-1)|
E:MIRMA=
E:GTD_Pndg=|
AM:GTD_FoloUp=HasKeyword(Item,"Call",-1)|
E:GTD_FoloUp=|
AM:BDIxpns=HasKeyword(Item,"Movie",-1)|
E:BDIxpns=|
AM:MIRMA=HasKeyword(Item,"MIRMA",-1)|
E:MIRMA=|