Conditional text based on variable content?

This forum is for Single-Sourcing your Flare content to multiple outputs.
Post Reply
FeeMaher
Propeller Head
Posts: 20
Joined: Thu Sep 12, 2019 9:35 pm
Location: Melbourne, Australia

Conditional text based on variable content?

Post by FeeMaher »

I have come across a new problem and am wondering how others deal with it.
I have a variable for 'product name'. If I use the word 'a' before the product name variable e.g. this is a 'product name' requirement, or a 'product name' user is required to x x x.
However, two of the product names I have start with a vowel. So when I build the target, I actually need the word 'an' instead of 'a'. The product name variable isn't always preceded with an 'a', so I can't add the 'an' or 'a' to the variable content without causing a problem.

Any ideas?

Thanks in advance!
ChoccieMuffin
Senior Propellus Maximus
Posts: 2632
Joined: Wed Apr 14, 2010 8:01 am
Location: Surrey, UK

Re: Conditional text based on variable content?

Post by ChoccieMuffin »

Think you're going to need two variables - "a [product_name]" and "[product_name]" - and use whichever one is appropriate in the circumstance. Probably not ideal, but better than nothing.
Started as a newbie with Flare 6.1, now using Flare 2023.
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
doloremipsum
Sr. Propeller Head
Posts: 290
Joined: Mon Aug 26, 2019 2:11 pm

Re: Conditional text based on variable content?

Post by doloremipsum »

I have the same very frustrating problem - our products and companies vary between vowels and consonants. I use snippets with condition on the [n] so it will only appear in some outputs (easier than creating new variables for me). Note that you will need two - one for small a(n) and one for capital A(n)!
in hoc foro dolorem ipsum amamus, consectimur, adipisci volumus.
FeeMaher
Propeller Head
Posts: 20
Joined: Thu Sep 12, 2019 9:35 pm
Location: Melbourne, Australia

Re: Conditional text based on variable content?

Post by FeeMaher »

Ah yes good point on the capitalisation! Thanks for your feedback :)
Post Reply