fixed

Fixed: Variant Dynamic Filter Handling Fix (DK_VAR)

[v 1.0.0] – 2025-02-06

🐛 Fixed

Dynamic Variant Filters (DK_VAR)

  • Fixed an issue where the DK_VAR parameter, although correctly received in the payload, was not being applied as a dynamic filter in the associated form.
  • The system now properly interprets DK_VAR as a filtering condition, ensuring consistent behavior between:
  • Static (manual) filters, which already worked correctly.
  • Dynamic filters, which now process DK_VAR as expected.
  • This correction ensures that variants relying on dynamic parameters always filter data accurately.

Data Pipeline – Syntax Error (Verified as Isolated)

  • Documented an isolated SQL syntax error (1064 - SQL syntax error…) found when saving a classic datapipe.
  • Confirmed that this issue is not related to the DK_VAR filtering logic.

⚡ Improved

  • Improved handling of dynamic parameters within variants to ensure consistent and predictable filter evaluation.
  • Enhanced internal validation to prevent scenarios where received dynamic parameters do not translate into filter conditions.

🧩 Changed

  • None

📋 Technical Details

  • Updated dynamic filter evaluation logic to properly inject DK_VAR during form load.
  • Adjusted screen rendering flow to preserve dynamic parameter state across right-panel loading and form initialization.
  • Minor corrections applied to AJAX rendering to avoid filter loss during data refresh.