There is two different queries in Webi Report BI 4.1
Query 1 - Name_1 == 100 records
Query 2 - Name_2 == 75 records
On the report need to compare the data between Name_1 and Name_2.
Need report level flag as a second column
name_1 = name_2 = Y
name_1 <> name_2 = N
One the report there is only two columns Name_1 Flag(Y/N)
1. If statement is not working at all in this scenario
2. Merge dimension is not useful since I need to treat these columns separately on the report.