Skip to main content

Hello guys,

in my dataset I have Deals with different classes. I want to merge the classes as strings and only show the merged line. Therefore I have written a calculated field, wich adds the classes part by part:

Concetinating and filtering strings with previous value method Shown in a table it looks like this:

imageTo only show the fully concatenated classes I want to filter those and only show the last row:

imageUnfortunately when I filter like that the concatenation is broken. I guess because it filters first and then the calculated field "Dealdata Concat" is processed. I tried to fix this issue by using the FIXED-method but it is not allowed to use with the PREVIOUS_VALUE-method,

imageThank you very much for your help! 😊

2 answers
  1. Nov 21, 2022, 5:38 PM

    Create the following calc:

    LAST()=0

    Place onto Filters Card by itself, then right-click, then Edit Table Calc. In the dialog box set to use Specific Dimensions. Set the Restart to Dealname. Click Apply. Then, right-click the calc in the Filters Card again and set to TRUE. Best, Don

0/9000