Project

General

Profile

Bug #12989

Updated by Marc Egger over 2 years ago

A note whose value is rendered using dynamic update is not updated if the return value changes from "something" to "". 

 e.g. 

 In the "value" field of a dynamicly updated FormElement of type "note": 

 <pre> 
 #!report 
 10.sql = SELECT "something" FROM (SELECT '') AS _fake WHERE "{{select:F}}"="a" {{select:F}}="a" 
 </pre> 

 If "select" changes from "a" to "b" then the note still contains "something". 

 This bug was found by Phillip.

Back