nutsmuggler
Technical User
Hi.
BACKGROUND:
I'm trying to build a bibliographic report.
As you probably know, the way a bibliographic voice is printed depends on the text "type": whather it is a book, an article, a website, ecc.
So I'm building a formula to create a complex string that changes according to the text type.
QUESTION
I need to get different formattings for different voices in the same formula (ex: author in regular, title in italics and so on)
Here is a temporary "test" formula:
If {Text.kind}= "Book" then
formula = {Text.Author}+", "+ {Text.Title}
Else
If {Text.kind}= "Article" then
formula = "test: article"
End If
End If
If the text were a "book" I'like to get the {text.title} field in italics...
I'd like to get an ouput like
Author, title (in italics!!!)
What can I do?
Cheers,
Davide
BACKGROUND:
I'm trying to build a bibliographic report.
As you probably know, the way a bibliographic voice is printed depends on the text "type": whather it is a book, an article, a website, ecc.
So I'm building a formula to create a complex string that changes according to the text type.
QUESTION
I need to get different formattings for different voices in the same formula (ex: author in regular, title in italics and so on)
Here is a temporary "test" formula:
If {Text.kind}= "Book" then
formula = {Text.Author}+", "+ {Text.Title}
Else
If {Text.kind}= "Article" then
formula = "test: article"
End If
End If
If the text were a "book" I'like to get the {text.title} field in italics...
I'd like to get an ouput like
Author, title (in italics!!!)
What can I do?
Cheers,
Davide