cancel
Showing results for 
Search instead for 
Did you mean: 

Show any default Value based on document column for each customer in webi report

sunilamarnadh
Explorer
0 Kudos

Hi Experts,

Webi Report showing , each customer has multiple documnet numbers (XBLNR) and amount wise.

i want to show take any one value of XBLNR as default value to show the total amount in the report.

want to show in the report as below show total amount for customer wise.

Customer name XBLNR OriginalAmount

Dana Holding Corp EXTHIST4 222017.03 (total amount of custmer for all XBLNR but show any one XBLNR value in report.)

Accepted Solutions (1)

Accepted Solutions (1)

amitrathi239
Active Contributor
0 Kudos

use this in XBLNR COLUMN

=first([XBLNR]) in (customer name)

For next column use

=Sum(amount) in (customer name)

Answers (1)

Answers (1)

sunilamarnadh
Explorer
0 Kudos

Thank you very much AMit for your answer.I achieved it what you said

But to show particular XBLNR for each customer name then how to do Amit

Please help me thanks


amitrathi239
Active Contributor
0 Kudos

You can not display the specific XBLNR for each customer name.you have option to show first or last or might be you can try with min/max function but these will not work properly with string data type object.