Hi,
I am trying to create a Business Report in APP 10 using advanced criteria for a cell. It is not working as expected. Appreciate any support in solving this.
Advanced Criteria:
DIM_ACCOUNTING_PERIOD.ACCOUNTING_YEAR = 2022 AND
(DIM_ACCOUNT.CODE IN '60900';'61900' OR ((DIM_CODE_G.CODE LIKE '10%' OR DIM_CODE_G.CODE IN '4000';'4100') AND
DIM_ACCOUNT.ACCOUNT_GROUP = 'G13' AND
DIM_ACCOUNT.CODE NOT IN '60900';'61900';'60999';'61999'))
Report Result is -915,006.71.
Expected result (Querying through SQL) is as below.
When you analyze the data set in business report it shows without the brackets.