cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BO WEBI report function like SQL having clause

02-23-2023 9:13 AM
horynao Participant
1793 views 5 comments
0 Likes
SAP Managed Tags
Subscribe

Hello everyone,

I would like to ask how to do with some function in WEBI report like SQL having clause? I have a dataset I like to calculate first measure (an average of sold items in sales manager dimension) and second measure (total costs per sold items on row level). But if I filter second measure the first one is recalculated. I tried to use NoFilter function, but I like to keep one dimension report filter. For this one dimension it is all right, that the measures are recalculated.

Thanks in advance

Best Regards

Ondrej

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

horynao
Participant
0 Likes

Hello everyone,

would have someone another advice?

Thank you in advance,

Ondrej

krisa24
Participant
0 Likes
Hi this should work:
[first measure] = average ( [sold items]) where (category = "cizokrajné") In ([sales manager])
horynao
Participant
0 Likes

Hello, thank you. But I think the condition category = "cizokrajné" is set up hardly, user cannot change it.

Thank you,

Ondrej