dynamic feeders
Posted: Tue Apr 26, 2011 1:50 pm
Hi everyone,
my problem of fedders is:
I have the dimesion "Dim" with the elements S, A1, A2, A3...
I have a rule like: []=N: IF( SUBST(!Dim, 1, 1) @= 'A' , S, CONTINUE);
This feeder wont works:
[S]=>DB( ... IF( SUBST(!Dim, 1, 1) @= 'A' , !Dim, 'nofeed'), ...);
If I write every member individually, it will works, but I search a dynamic one because some A* elements can be added.
Is it possible ?
my problem of fedders is:
I have the dimesion "Dim" with the elements S, A1, A2, A3...
I have a rule like: []=N: IF( SUBST(!Dim, 1, 1) @= 'A' , S, CONTINUE);
This feeder wont works:
[S]=>DB( ... IF( SUBST(!Dim, 1, 1) @= 'A' , !Dim, 'nofeed'), ...);
If I write every member individually, it will works, but I search a dynamic one because some A* elements can be added.
Is it possible ?