Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
gsofo
Contributor II
Contributor II

Clear an exception from a table list?

I'm curious if something like this is possible, it may not be

We have an app that tracks products sold and the price they were sold at. However, it is a manual process where the users enter in the product, price, and any discount. However, a user could select the wrong product ID but put the correct price in. We'd like a way to clear those out. The product name can't be fixed in the database.


For example, the prices are:
Apple $1
Orange $0.75
Banana $0.25

 

Let's say the second entry in the table below the user selected the wrong product of Orange but put in the correct price for the item which is $1 for an Apple. Would there be a way to have an extra column somewhere where a supervisor who is reviewing these can "clear" it from the list. We could create an Excel file to hold exceptions and remove them that way but I'd like a more automated and clean solution. 

 

In other words, I want the supervisors reviewing the list to be able to clear them without us developers having to code around them.

 

CustomerProductPriceDiscountTotalExpected PriceDifference
555Apple1 110
556Orange1 10.75-0.25
557Apple10.50.510
558Banana0.25 0.250.250
559Banana0.25 0.250.250
560Orange0.75 0.750.750
561Orange0.750.50.250.750
562Banana0.5 0.50.25-0.25
0 Replies