Ohh! Yes.. Got it now.
Well I tried to recreate your scenario: ( Tested on Rev 70)
1) Am sure you might have used the correct insert statement:
insert into "EDW"."MarchBatch.tst::EDW_DD.USER" values('EDWUSER','MATNR','EQ','1400-310','','','');
The user name must be EDWUSER not EDWSALES.
2) Have created Analytic Privilege with Validity date and others as mentioned by you. Only difference is am using a Repository procedure created under Content folder using Modeller Perspective (PROC_TEST) as shown in the below screenshot.
3) The data preview for EDWUSER as shown below is showing expected results i.e MTNR = 1400-310 is only showing up.
4) When I used the .procedure (LowValue_IN) , I also hit the same error same as you mentioned below:
With only difference being the way the procedure is created, the issue must be in the way .procedure is used. May be a bug I guess
Regards,
Krishna Tangudu