Hello All,
I'm having the following case. I need to extract 15% out of each value.
For example, I'm having 400 records with value Apple and 320 records with value Pear. What I need is to extract out of the overall for each name, the 15%. So, I need to group by a value and then extract 15% based on a value.
I can't filter for different values and then to split by percent, cause my actual data contains a lot of values that are changing monthly.
Please assist.