cancel
Showing results for 
Search instead for 
Did you mean: 

Creating local variables by grouping values

Former Member
0 Kudos

In Deski, we have the fonctionnality "Creating local variables by grouping values".

Can we do the same in WebI ?

Thanks

François

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Francois,

There is no exact functionality for this between DeskI and WebI. In WebI you have to focus on using the if function to create "groups". For instance, you want to group something on colors:

You create a local variable called "my_colors"

=if([color]="pink" or [color]="red";"red";if([color]="blue" or [color]="green";"green";[color]))

Then you drop

[my_colors]

on your grid and then you can either set it as a Section or perform a Break, etc, etc.

I hope that this gives you some insight with working in WebI.

Thanks,

John

Answers (0)