
Contributor
ā2019-04-05
05:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Deleting one product
Hii,
I have a column called "VTW nummer", this is like a product.
I have a column called "Financiƫle consequences", these are the different costs per product. (see Excel)
Now I have all kind of charts and one of the "VTW nummer" is **bleep**ing it all up. So I want to delete (unselect) a "VTW nummer" called "S-VTW-009". So I want to select everything but exclude "S-VTW-009" from the column "VTW nummer".
Is it possible to make a button for this?
Thanks for helping.
530 Views
2 Replies

Creator III
ā2019-04-05
05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Do you want to ignore the cost of "S-VTW-009" then you can do it from the backend like below:
Load *
from table where not exits(Product,'S-VTW-009');
Do you want to ignore the cost of "S-VTW-009" then you can do it from the backend like below:
Load *
from table where not exits(Product,'S-VTW-009');
527 Views

Contributor
ā2019-04-05
05:25 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, but I want to be able to select and unselect it real fast. I want to be able to show what "S-VTW-009" is doing, then turning it off.
522 Views
