NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on July 09, 2015, 04:08:50 AM

Title: NWB Conditional Display Options
Post by: rupertvz on July 09, 2015, 04:08:50 AM
hi Guys,

What should the Condition for NWB conditional display option look like?

I've used the following expression 'I171:MlsDte => TODAY()'

But once the icon changes for the first record, it shows the same for all subsequent records, although the condition is not true.

Title: Re: NWB Conditional Display Options
Post by: Vinnie on July 09, 2015, 04:54:53 AM
'I171:MlsDte => TODAY()'

Not sure if I understand your problem exactly.

Maybe

'p_web.GSV('I171:MlsDte') => TODAY()'

Cheers

Vinnie
Title: Re: NWB Conditional Display Options
Post by: terryd on July 09, 2015, 06:28:26 AM
Hi Rupert
What type of procedure are you using this conditional in?
Is it tps or sql?
Title: Re: NWB Conditional Display Options
Post by: Bruce on July 09, 2015, 06:43:59 AM
Hi Rupert,

not a lot to go on at all - but I think you want;

I171:MlsDte => TODAY()

without the quotes...

(and I'm going to avoid making any judgements on using numeric prefixes...)

cheers
Bruce
Title: Re: NWB Conditional Display Options
Post by: rupertvz on July 09, 2015, 07:55:08 AM
Thanks Bruce, this worked :-)

Is there an example that shows the usage of all the NWB conditional display option fields?