How to group the values using different columns in OTBI report
I want to create spearate column in the OTBI to get number of invoice count using supplier name, Invoice number and invoice creation date columns.
I could be able to create a custom formula to get invoice count based on the supplier name vise using below formula
COUNT(DISTINCT "- General Information"."Invoice Number" BY "Supplier"."Supplier Name")
Have any method to add one or more columns for above "COUNT(DISTINCT" formula to get required result ?
0