Bulk action not showing as an option - resolved/bug?

Further to a question I posted some time ago about bulk actions not showing as an option sometimes, I have found the following

 

With this expression for a slice of a table that an action is assigned to I don't get the option to select BULK

 

AND([Order Total Inc VAT]>0,CONTAINS([Order Status],"Archived"),

OR(CONTAINS([Actual Payment Type (driver)],"bacs"),CONTAINS([Actual Payment Type (driver)],"card")))

 

But without the OR expresion in it I do get the option BULK select for an action

AND([Order Total Inc VAT]>0,CONTAINS([Order Status],"Archived"),

CONTAINS([Actual Payment Type (driver)],"bacs"))

 

Thanks

 

Phil

 

 

 

0 4 130
4 REPLIES 4

Hello @Phil_Waite, you could try setting up an action of the type "Data: Execute an action on a set of rows" , and then, select the action that you have described above.

Also remember to include the new action in your corresponding slices/views

Hi Rafael,

 

I have the slice with that expression so that the user can see the correct view. The action is an "execute a sequence of actions" some of those are themsleves are Data: Execute an action on a set of rows.

 

 

 

 

@Phil_Waite I believe all of them should belong to the type "Data: Execute an action on a set of rows" in order for it to work, otherwise the action does not clasify as a bulk compatible action.

Try separating your bulk action from the rest and giving it a go.

Steve
Platinum 4
Platinum 4

Please post a screenshot of the action configuration.

Top Labels in this Space