About 1,200,000 results
Open links in new tab
  1. Intuitive interface for Composing Boolean Logic?

    Sep 30, 2010 · But you might want to make the input even easier by implementing some drag'n'drop for the boolean operators and datasets/fields that you want to display, taking inspirations from some of the interactive Venn diagrams that you can find on Google searches.

  2. interface - What are the best practices for representing a boolean ...

    Oct 12, 2015 · We have an interface for creating a group. These groups can be set to private, which is represented in the database with a boolean. Private: true/false. What are the best practices for representing these options within an interface? A set of …

  3. How can I implement user-friendly boolean logic in a web form …

    May 3, 2016 · Apple seems to have found a way to design a GUI for nested boolean expressions: see the accepted answer on UX.stackexchange. When you need to handle ( (A or B) and C) or (D or E or F), you're working with a tree-like data structure. In my experience, there's no easy way to represent decision trees to users in a "pretty" or "intuitive" way.

  4. Any good examples of boolean logic UI? : r/UXDesign - Reddit

    Sep 6, 2023 · I'm working on a functionality where users can build potentially quite complex boolean decision logic, and am struggling for inspiration as to how to create a clear and intuitive UI for it. For example, I want a good way to handle the difference between these two examples in the UI... {A or B} and {C and D} {A) or {B and C and D}

    Missing:

    • Boolean Data

    Must include:

  5. Ideal control design for boolean flags? - User Experience Stack Exchange

    Jun 6, 2015 · So I've been tasked to find a way to "pretty up" an originally checkbox-based interface and in the process of doing so I've mocked up three designs (seen below). From top to bottom we've got a toggle, a checkbox, and a switch design stolen wholeheartedly from Microsoft's UX guidelines.

    Missing:

    • Boolean Data

    Must include:

  6. UX for Composing Boolean Logic

    Oct 6, 2021 · Research on Kaleidoquery suggests some best practices for building boolean logic composers. We have compiled a list of UI that users prefer. Apple has a number of interfaces that they released to solve this problem: Microsoft Access made a reasonable attempt at a simple database query UI by producing a visual version of “Query by Example”.

    Missing:

    • Boolean Data

    Must include:

  7. How to design UI for building conditional expressions?

    Mar 30, 2010 · I need to develop a user interface for inputting something like "if x or (y and z) then do a, b, and c". The data to be entered itself is already quite complicated, how do you wrap it up in an intuitive UI?

  8. Displaying Nullable Boolean Input In UI - Stack Overflow

    May 12, 2012 · Nullable Boolean has 3-states. Use 3 radio buttons so the user doesn't have to click twice as they would have to do with a dropdownlist. Also they can undo setting the checkbox to false, which they can't do if they only have a checkbox. A clean intuitive way to show the results is a checkbox or nothing.

  9. Display 'Yes' instead of 'true' for Boolean values in UI for ... - Telerik

    Jun 30, 2014 · My model has a Boolean field which displays as 'true' or 'false'. How can I set the grid to display as 'Yes' or 'No' respectively. You could use a template to achieve this. Here is a sample implementation, assuming that an Ajax dataSource is used in the current case. columns.Bound(p => p.MyBool).ClientTemplate("#= MyBool ? 'Yes' : 'No' #")

  10. The Dreaded Boolean Search. Getting into the nitty gritty of UX

    Aug 30, 2016 · Below is a basic Boolean Search modal that I have used in multiple systems now with good results with user testing. I’ll step through the pieces that reflect design decisions that were made.

  11. Some results have been removed
Refresh