Skip to main content
Nintex Community Menu Bar

List View and changing View name by other control

  • March 2, 2018
  • 2 replies
  • 13 views

Forum|alt.badge.img+1

Hi.

How is it possible to change View name in List View based e.g. on Choice control value?

There isn't Named controls in List View properties...

2 replies

Forum|alt.badge.img+14
  • Scholar
  • March 5, 2018

that's not possible. view name is only evaluated/taken into account when page is being prepared at server. you can not change it at runtime/from client.

you can only define a filter that's bound to an other control and that's evaluated at runtime.


Forum|alt.badge.img+1

I was afraid of it.

It means I'll need to use 2 separate forms to show different views.

Thank you