michael.taenzer

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Trouble with filters #98473
    michael.taenzer
    Participant

    Hello,

    I tested 4.1.2 …

    Now multiple groups seem to work fine … hard coded on server side as well as user-driven on client side.

    But I think there is a further bug:
    If I try to combine groups with separate rules, whose item being also used in the group, then I always get an empty table.

    Let me explain:

    (booking = “” AND cancellation = “”) OR (booking != “”)
    …booking is used in the group and as a single rule at the end of the term. The term should return all reservations and all bookings, but all I get is an empty table … hard coded on server side as well as user-driven on client side.

    but if I express the separate rule as a group …

    (booking = “” AND cancellation = “”) OR (booking != “” AND booking != “”)

    … everything is working correctly.

    Thanks in advance

    in reply to: Trouble with filters #98466
    michael.taenzer
    Participant

    Hello,

    thank you for answering.

    I could verify this behaviour in both cases – hard coded on server side AND user-driven on client side.

    Thanks

    Michael

    in reply to: Bug in jqFilter when using multipleGroup #98382
    michael.taenzer
    Participant

    Hello,

    sorry … but I still having trouble with the usage of multiple groups in jqgrid. I hope you can help me.

    Well, let me explain the situation.

    I have to implement a simple booking system. In the backend of this system I use jqGrid to display all reservations, bookings and cancellations in a table. It is possible to cancel a reservation, but not a booking.

    The backend user should be able to use 3 filter options stand-alone or in combination:

    – Reservations – displays all records, where booking and cancellation is an empty string: (booking = “” AND cancellation = “”)

    – Bookings – displays all records, where booking is set by timestamp: (booking != “”)

    – Cancellations – displays all records, where cancellation is set by timestamp: (cancellation != “”)

    Each of these 3 filter options – seperately performed – works in the expected manner.

    But if I try to use the Reservations filter option in an (OR-)relation with the Bookings-filter option

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!