Hi,
I am trying create Easy Chart with Database pens, and I want to use Where Clause:
BatchID = '[client]Batch/batchID_Chart' (this is vision client tag) which I bind it to a Text Field data text, when I ran the chart filled Text field with batch ID number but it did not return any data nor any error then I try a different way that is BatchID = '{Root Container.Text Field.text}' but it did not return any data nor any error neither . I upload both configuration pictures which I try to create. Is it possible to use vision client tag or Root Container.Text Field.text for Where clause in Easy Chart? Please help.
Not directly, no.
But you can use a custom property with an expression binding to construct the complete string for the where clause, then use a cell update binding on the pens
property to make the chart use that string on the target pen.
Can you make an example of that? I am not sure how to do that.
Thanks