List of questions
Related questions
Question 279 - SPLK-1002 discussion
A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?
A.
index=X sourcetype=Y | chart sum(product) by price AND region
B.
index=X | chart sum(price) by product, region
C.
index=X | chart total(product) over price by region
D.
index=X | chart total(price) by product, region
Your answer:
0 comments
Sorted by
Leave a comment first