Feature Request: Conditional Redaction / Masking in Workshop Apps

Hello,

We have a feature request for the T-Foundry platform.

Currently, Workshop Apps in Pivot Table Widgtet already support conditional formatting (e.g., if a value is lower than 6, the cell background turns red and the text color changes to white).

We would now need a form of conditional masking/redaction functionality. For example, if a value is lower than 6, it should either:

  • be replaced with an asterisk (*), or

  • appear as a blacked-out / crossed-out field.

This requirement is particularly important for a more sensitive project we are currently working on, but it would also be highly valuable for many existing and future compliance-related use cases.

If there is already a way to achieve this with existing functionality or a workaround, we would also appreciate guidance or support on how to implement it, instead of requiring a new feature to be developed.

Thank you for your support.

You can achieve similar goal by creating pivot in typescript where you can modify your features as per your condition. If you strictly need to change the values in some special character, then you will need this feature in string data type not in double/number.

But yeah, you can explicitly make it 0. Example below - All values below 20 is modified to 0. Then apply conditional formatting.