https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39622 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #3)
Hi David, this already works if you use the same label. Koha will only show the input once, but will use the value for every placeholder that has the same "name".
(In reply to Katrin Fischer from comment #4)
I hope I am not misunderstanding, but say you have something like:
WHERE date_due = <<Date|date>> and issue_date between <<Date|date>>
You will only be prompted for Date once.
Thanks for that! I should've double-checked rather than relying on what appears to be a very old memory... Looking at the SQL Reports Library, it indicates that the runtime parameters work as you've described since 18.05. I think I'll update the wiki to make that note much more visible. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.