Hello
I have the current formula which works ok
{version_jazchar.data_type} = 1 and
{dir_common.name} = "GEN XMIT" and
{file_common.edit_time} >= Dateadd("h",-5,CurrentDateTime) and not
({user_table.user07} in ["BRIEF","PRESS","QUOTE","SCHEDULE","PEOPLE"])
I want the formula to look at a field and if it contains a # replace it with a blank
I though this would have worked but it is not the case
{version_jazchar.data_type} = 1 and
{dir_common.name} = "GEN XMIT" and
{file_common.edit_time} >= Dateadd("h",-5,CurrentDateTime) and not
({user_table.user07} in ["BRIEF","PRESS","QUOTE","SCHEDULE","PEOPLE"]) and
if {file_common.slug} = "#" then {file_common.slug} = " "
Many thanks in advance
Richard
I have the current formula which works ok
{version_jazchar.data_type} = 1 and
{dir_common.name} = "GEN XMIT" and
{file_common.edit_time} >= Dateadd("h",-5,CurrentDateTime) and not
({user_table.user07} in ["BRIEF","PRESS","QUOTE","SCHEDULE","PEOPLE"])
I want the formula to look at a field and if it contains a # replace it with a blank
I though this would have worked but it is not the case
{version_jazchar.data_type} = 1 and
{dir_common.name} = "GEN XMIT" and
{file_common.edit_time} >= Dateadd("h",-5,CurrentDateTime) and not
({user_table.user07} in ["BRIEF","PRESS","QUOTE","SCHEDULE","PEOPLE"]) and
if {file_common.slug} = "#" then {file_common.slug} = " "
Many thanks in advance
Richard