is it possible to create a saved search of SALES O...
# general
a
is it possible to create a saved search of SALES ORDERS and create a formula in the results section to filter the corresponding deal number? E.G. Sales Order has a field DEAL NUMBER: 6758 as well as a purchase Order with the same number from the same field I would like to have a result like: Sales Order Number | Amount | Deal Number | Purchase Order Number | Amount
l
you need a case statement
a
In this case I would need two columns with formula, one for sales orders and the other one for purchase orders?
l
Thats correct. Formula text/numeric and a case statement for each
a
I can retrieve the document numbers but they are not displayed in the same row It's like Sales Order Number | Amount | Deal Number | Purchase Order Number | SO123 100 50 50 PO123
l
can you send me a screenshot of your results and criteria. your grouping is off or some other summary type
a
message has been deleted
l
try grouping by document number and group the case statements too
a
Unfortunately it's still separate
l
what happens when you click on the document number
m
You need to group by the common field
a
If I group by the Deal number only, I only get the grouped column as an output
When I click on the document number, it opens the purchase/sales order
Is there a way to query with SQL syntax for the tables and columns I need?
m
Set summary type for formula functions to min or max