c0f0f861a23046c21ba2f4c0f82c4e25a3f892cc
FAQ/Questions/Applying-Security.md
| ... | ... | @@ -95,6 +95,8 @@ In order to adjust what column to block out with "- -" and the conditions in whi |
| 95 | 95 | |
| 96 | 96 | In this example, any value of freight that is below 50 will be replaced with "--". |
| 97 | 97 | |
| 98 | +_**Note:** This method will not cause filters for the concealed field to read the concealed value instead of the actual value. Therefore, if you set a filter on freight = 50, then despite the value being concealed, it will still show up in the result set._ |
|
| 99 | + |
|
| 98 | 100 | ```csharp |
| 99 | 101 | |
| 100 | 102 | public class ConcealingFormatter : IFormatter |