on 2011 Oct 25 11:51 AM
Hello,
I try to combine the fields Keteltype1, KetelType2 and KetelType3. The formula is correct, but I do not get the result I want.
Sometimes there is no data in the fields Keteltype1, Keteltype2 and Keteltype3. So these lines are blanc. The field Keteldeel is always filled with data.
This is the formula I use:
{@Keteldeel} + ' ' + {@KetelType1} + {@KetelType2} + {@KetelType3}
Can anyone let me know what the formula should be, so that I do not get blanc lines.
Thanks,
Tim
Request clarification before answering.
Hi Tim,
Do the following to get desired results with your formula :
{@Keteldeel} + ' ' + {@KetelType1} + {@KetelType2} + {@KetelType3}
Edit the above formula and on top you will see 'Exception for Null' option with drop down and select 'Default values for Null' and save. This will give you the desired results.
Thanks,
Sastry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.