Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Frisso92
Contributor
Contributor

Toggle value with Button

I'm working on a project that involves a table containing information about various units. The table includes columns such as unit_id, status, date_produced, and so on. I've recently added a new boolean column called "falseReject," which is initially set to False for all units.

What I'm trying to achieve: I need to create a button that allows users to toggle the "falseReject" status for selected units in the table. Here's how it should work:

  1. A user selects one or more units in the table.
  2. They click the toggle button.
  3. For each selected unit, the "falseReject" value should switch from False to True (or from True to False if it's already True).

The purpose of this feature is to allow users to mark certain units as false rejects, so they won't be included in statistical calculations.

For example: Let's say a user discovers that unit number 234 is a false reject. They should be able to select that unit in the table, click the toggle button, and have its "falseReject" status changed to True.

Can anyone provide guidance on how to implement this toggle functionality?

Labels (1)
1 Reply
Or
MVP
MVP

For cloud,

https://community.qlik.com/t5/Official-Support-Articles/How-to-build-a-write-back-solution-with-nati...

For Enterprise, you will likely need extensions to enable Writeback.