Hello,
I have a problem on my app create with the App Generator.
I have created a window with an histogram, and an table (both on the same window). When i select rows in my table, my histogram is automaticly updated.
But my problem is when I try to had a filter box on the same window :
pDate <<launch(
df = ds << Data Filter(
Local,
columns( Eval("File Date") )
);
My data filter is launch, but when I try to move the slidder of de the date, my table and my histogram doesn't uptade.
I have found thisone in exemples scripts index :
df << Make Row State Handler( ds );
But it doesn't work too. I just had this line after my filter, maybe it's not the good place.
Thanks per advance for your help