cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BO WEBI report function like SQL having clause

horynao
Participant
0 Kudos
489

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

Accepted Solutions (0)

Answers (2)

Answers (2)

horynao
Participant
0 Kudos

Hello everyone,

would have someone another advice?

Thank you in advance,

Ondrej

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

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

Thank you,

Ondrej