Skip to main content
10-Marble
May 28, 2022
Solved

MKS124814: Cannot show view information: MKS978530: This command accepts a selection of exactly one

  • May 28, 2022
  • 1 reply
  • 2282 views

Hi

 

im viewsegment -g --filterrule=((relationship["Summary"] forwards using ["Field1"] contains "TestVar") and ((field["ID"] = 12345) or (field["ID"] = 32432)))

 

How to get the advanced filter work from im commands , the above command shows this error

"MKS124814: Cannot show view information: MKS978530: This command accepts a selection of exactly one item id."

 

Is it not possible to get the Advanced Filter which works from gui , in im commands ?

Best answer by SM_9794770

Solved myself missing "

 

im viewsegment -g --filterrule=" ((relationship["Summary"] forwards using ["Field1"] contains "TestVar") and ((field["ID"] = 12345) or (field["ID"] = 32432))) "

1 reply

SM_979477010-MarbleAuthorAnswer
10-Marble
May 28, 2022

Solved myself missing "

 

im viewsegment -g --filterrule=" ((relationship["Summary"] forwards using ["Field1"] contains "TestVar") and ((field["ID"] = 12345) or (field["ID"] = 32432))) "