String Feeding Not Working
Posted: Fri Jul 31, 2015 7:26 am
Hi there
I have a fairly simple string calc - ie checks numeric measure, and if the value <> 0, then set string to 'y'.
I feed the string value with the numeric value, and th numeric value is pucnhed in (so no feeder issues here).
I use the feedstrings statement as well, but when I click suppress zeroes, everything disappears.
Please check out code below.
Any ideas?
Many thanks
Chris
Feedstrings;
Skipcheck;
['ProfR - FlagS'] = s:if(DB('Profitability - Allocation Flags',!Customer - ProfR High Level,!Product - ProfR High Level,!Reporting Heirarchy - High Level,'ProfR - Flag') <> 0, 'y',Continue);
Feeders;
['ProfR - Flag'] => DB('Profitability - Allocation Flags',!Customer - ProfR High Level,!Product - ProfR High Level,!Reporting Heirarchy - High Level,'ProfR - FlagS');
I have a fairly simple string calc - ie checks numeric measure, and if the value <> 0, then set string to 'y'.
I feed the string value with the numeric value, and th numeric value is pucnhed in (so no feeder issues here).
I use the feedstrings statement as well, but when I click suppress zeroes, everything disappears.
Please check out code below.
Any ideas?
Many thanks
Chris
Feedstrings;
Skipcheck;
['ProfR - FlagS'] = s:if(DB('Profitability - Allocation Flags',!Customer - ProfR High Level,!Product - ProfR High Level,!Reporting Heirarchy - High Level,'ProfR - Flag') <> 0, 'y',Continue);
Feeders;
['ProfR - Flag'] => DB('Profitability - Allocation Flags',!Customer - ProfR High Level,!Product - ProfR High Level,!Reporting Heirarchy - High Level,'ProfR - FlagS');