Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hallo Jerry, I have changed the condition like you mentioned, and as expected all the 'default' values are bold and the custom group value is regular. Then I changed it to "not in list" expecting, that maybe the default values are regular and custom group is bold. But it doesn't work. I'm also quite sure that I have no…
-
Hi Jerry, when I put a conditional format on my second column with condition C1 is null, my table is looking like this: C1C2C3test10010test 125010CustomTotal1001025010 When I remove the conditional format my table is looking like shown in my first post. I don't understand why formatting affects the behaviour of the group…
-
Hi Jerry, sorry for my late answer ... Your answer helped me a lot. I got it also working using this filter Expression: "MyTable"."list_of_items" LIKE '%' || TRIM(BOTH FROM REPLACE(REPLACE(CAST('''@{param_MS}''' AS VARCHAR(4000)) , '''', '') , ',', '%')) || '%' So I needed also to do the CAST, because the variable was…