Re: need help in declaring variable

2014-04-08 Thread Jian Huang
Hi Joel, Amit asked another question in this thread: https://groups.google.com/d/msg/reddot-cms-users/aOhBfT6lBPQ/nyAYkw-jlbkJ He was already using the IF statement using rendertag, so I am waiting for additional info (should he post more) to make his question more clear because it appears he

Re: need help in declaring variable

2014-04-08 Thread Joel Kinzel
What does "X" represent? Is it a placeholder? Are you simply checking if it has a value associated with it? If so you can use a conditional block. Otherwise you can write an IF statement using RQL. It was true It was false On Wednesday, April 2, 2014 12:06:34 PM UTC-5, Amit bh

Re: need help in declaring variable

2014-04-02 Thread Amit bhardwaj
Hi Tim, Thanks for your reply, i dont want to store just write and display On Mon, Mar 31, 2014 at 10:26 PM, Tim D wrote: > Do you really need to store or can you conditionally just write the string > you want? > > > On Monday, March 31, 2014 12:07:37 PM UTC-4, Tim D wrote: >> >> A custom rende

Re: need help in declaring variable

2014-03-31 Thread Tim D
Do you really need to store or can you conditionally just write the string you want? On Monday, March 31, 2014 12:07:37 PM UTC-4, Tim D wrote: > > A custom render tag is the best solution. > https://knowledge.opentext.com/knowledge/cs.dll/open/32102516 > > The Store rendertag and the option to u

Re: need help in declaring variable

2014-03-31 Thread Tim D
A custom render tag is the best solution. https://knowledge.opentext.com/knowledge/cs.dll/open/32102516 The Store rendertag and the option to use pre-execution can fail on special characters. Best, Tim Davis On Friday, March 28, 2014 4:36:41 AM UTC-4, bwj@gmail.com wrote: > > Hi All, > I