Blank Value to Feed String Result
Posted: Mon Feb 27, 2012 9:21 am
Hi,
I have a 'validation cube' where I validate if a staging cube has a blank value. If this is true, I populate the corresponding intersection of my validation cube with a 'FAIL' string value.
The rule works, but when I suppress zero, all my values disappear.
Would someone be able to help me with the feeder, seeing that the value driving the string input is already blank, I dont know what to feed.
##Rule
['Validation Result','Blank Test'] = S:
IF(ELLEV('Staging_Sequence',!Staging_Sequence) = 0 &
ATTRS('Staging_Cube_m',!Staging Data Item,'Blank_Element_Validation') @= 'Y' &
DB('Staging_Cube_m, !Staging_Sequence,!Reporting_Level, !Company, !Staging_Data_Item) @= '','FAIL','');
Thanks in advance
I have a 'validation cube' where I validate if a staging cube has a blank value. If this is true, I populate the corresponding intersection of my validation cube with a 'FAIL' string value.
The rule works, but when I suppress zero, all my values disappear.
Would someone be able to help me with the feeder, seeing that the value driving the string input is already blank, I dont know what to feed.
##Rule
['Validation Result','Blank Test'] = S:
IF(ELLEV('Staging_Sequence',!Staging_Sequence) = 0 &
ATTRS('Staging_Cube_m',!Staging Data Item,'Blank_Element_Validation') @= 'Y' &
DB('Staging_Cube_m, !Staging_Sequence,!Reporting_Level, !Company, !Staging_Data_Item) @= '','FAIL','');
Thanks in advance