Hi,

I'd like to know if it's possible to subscribe using Command and receive only "ADD" and "REMOVE" (without "UPDATE").

For example,
If I have the following COMMAND stream:
ID Field 1 Field 2
1 TEST1 TEST2
2 TEST1 TEST2
3 TEST1 TEST2

I want to receive an update from Lightstreamer only when the following row was added:
4 TEST1 TEST2

And I don't want to receive an update when the following row changed
2 TEST7 TEST2

Hope you understood.

Thanks,
Lidan.