cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

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

SM_9794770
7-Bedrock

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

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions

Solved myself missing "

 

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

View solution in original post

1 REPLY 1

Solved myself missing "

 

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

Top Tags