You have the following dataset.
You want to create a parameter to dynamically filter the data to produce the following results.
Which two types of parameters can you use to produce the results? (Choose two.)
You have the following dataset.
You want to create a parameter to dynamically filter the data to produce the following results.
Which two types of parameters can you use to produce the results? (Choose two.)
To filter the data to produce the desired results, you can use parameters that allow you to filter based on customer names and quantities. A String parameter can be used to select specific customer names like 'Aaron Hawkins' and 'Adam Bellavance'. An Integer parameter can be used to filter the Quantity, allowing you to include values like 54 and 56. These two types of parameters will be effective in producing the desired filter outcomes for your dataset.
it could also be boolean if we were to mention quantity greater or less than 50 in parameter , an integer if we choose the quantity as a parameter and a string if the customer names are used as a parameter
B. Integer C. Float
I would say AE. My thinking is that we are after the customers name and if they are eligible for discount or not.
BE, i change my earlier submission :)
string and integer