Hello,
I'm using Lotus Notes to make a menu on a website. Now I've got
trouble with a simple IF-Function and its driving me crazy.
I get a column from a specific view as a list. this list for example
contains three fields (departments;projects;telephones)
Now with Link=@dbColumn("":"NoCache";"":"espanol.nsf";"Menu";Menupoint;"Link"
im going to look another column to see if
in there is a link in one or more available
Menupoint | Link
----------------------------------------------
----------------------------------------------
departments| |
----------------------------------------------
projects | |
-----------------------------------------------
telephones | |
-----------------------------------------------
Now I want to say
@IF(Link="";"Do Nothing";Link)
result of Link looks like this (;;as in a normal function it treats one by one, but @if
function uses an conjunction of all results and writes
three times the same: "Do Nothing"
how can I avoid that ? how can i tell the function that its got
to look one result by one?
I'm really frustrated and I hope I descriped this problem well
so you can understand what I mean.
thanks for your patience
kind regards
apfelsine
I'm using Lotus Notes to make a menu on a website. Now I've got
trouble with a simple IF-Function and its driving me crazy.
I get a column from a specific view as a list. this list for example
contains three fields (departments;projects;telephones)
Now with Link=@dbColumn("":"NoCache";"":"espanol.nsf";"Menu";Menupoint;"Link"
im going to look another column to see if
in there is a link in one or more available
Menupoint | Link
----------------------------------------------
----------------------------------------------
departments| |
----------------------------------------------
projects | |
-----------------------------------------------
telephones | |
-----------------------------------------------
Now I want to say
@IF(Link="";"Do Nothing";Link)
result of Link looks like this (;;as in a normal function it treats one by one, but @if
function uses an conjunction of all results and writes
three times the same: "Do Nothing"
how can I avoid that ? how can i tell the function that its got
to look one result by one?
I'm really frustrated and I hope I descriped this problem well
so you can understand what I mean.
thanks for your patience
kind regards
apfelsine