Dear FME community.
I've DynamoDB DataBase. In this DB, directly in AWS I can make a request (for example I can select only data between two dates) :
It's necessary for don't scan all the table.
In FME I can see the equivalent of the classical query in DynamoDB base on the index :
Like
The problem is, in this case, I must choose one value before to choose an other filter.
Do you know how can I make a filter lika the "analyser" in FME ?
Thanks.