Having Trouble with Feeders
Posted: Fri Sep 18, 2009 5:26 pm
I have hit a brick wall with my rules editor
Below is the rules that I am trying to correct.
FEEDSTRINGS;
SKIPCHECK;
FEEDERS;
['Trim Day']=>['Trim Day']S:SUBST(['Trim Day'], 4, 2);
['Day Number' ]=S:IF(['Day Format' ] =['User Start Date' ] , 2 , 1234);
When I place a a manual text field in there like 'hello', these statements work fine. I do not understand why it doesn't recoginze the measures that I am calling out. This all exsists in the same cube view, so there is not any DB functions needed.
I do not understand how to Feeder from the same cube view??
Please help!!
Dave
Below is the rules that I am trying to correct.
FEEDSTRINGS;
SKIPCHECK;
FEEDERS;
['Trim Day']=>['Trim Day']S:SUBST(['Trim Day'], 4, 2);
['Day Number' ]=S:IF(['Day Format' ] =['User Start Date' ] , 2 , 1234);
When I place a a manual text field in there like 'hello', these statements work fine. I do not understand why it doesn't recoginze the measures that I am calling out. This all exsists in the same cube view, so there is not any DB functions needed.
I do not understand how to Feeder from the same cube view??
Please help!!
Dave