hi @ebobo
It is difficult to directly filter the columns depending on value, so first transpose data into vertical shape, and filter data(value=1), and cross-tab would work.
Pls note that if your data is having multiple rows, logic will be much complicated.(should we filter the column with row1=0 and row2=1?...like that)
@ebobo Transpose and cross tab
The problem is that I have a lot of rows, so in that case it's maybe easier to filter manually with select tool?