mscolwhite
Technical User
I have four fields
revenue| netincome| cost goods sold| selling expense
the user is to choose which of these are volatile or stable
I want my query to select all the fields marked volatile. My query works when I query each separately, but how to I use one query to show which items are "volatile" per category?
example: one query that will provide the following result
revenue | cost of goods sold |Selling expense
volatile| volatile |volatile
revenue| netincome| cost goods sold| selling expense
the user is to choose which of these are volatile or stable
I want my query to select all the fields marked volatile. My query works when I query each separately, but how to I use one query to show which items are "volatile" per category?
example: one query that will provide the following result
revenue | cost of goods sold |Selling expense
volatile| volatile |volatile