Forum Discussion
Krcmajster
Helper IV
7 years agoDynamic column changing
I am not sure this is possible but better to ask. So I have a column with clasiffication by size SQM: Example: SQM Class <1000 1000-5000 5000-10000 >10000 Next to it I have a similar...
- 7 years ago
To do it you will need to change the datamodel. Instead of having SQM and SQFT in two seperate columns you would need to have the values in the same one:
Size Class < 1000 SQM > 5000 SQM < 10000 SQFT > 20000 SQM < 1000 SQFT > 5000 SQM < 10000 SQFT > 20000 SQFT
With this you can create a slicer on the class column which should give you the result ur aiming for.
Br,
Johannes
Krcmajster
Helper IV
7 years agotex628 Exactly
tex628
Community Champion
7 years agoTo do it you will need to change the datamodel. Instead of having SQM and SQFT in two seperate columns you would need to have the values in the same one:
| Size | Class |
| < 1000 | SQM |
| > 5000 | SQM |
| < 10000 | SQFT |
| > 20000 | SQM |
| < 1000 | SQFT |
| > 5000 | SQM |
| < 10000 | SQFT |
| > 20000 | SQFT |
With this you can create a slicer on the class column which should give you the result ur aiming for.
Br,
Johannes