AndreasBoehmer Posted May 10, 2001 Posted May 10, 2001 In my database, I have some entries that have to be outputted as [FMP-field:Content, Break] and some as [FMP-field:Content, Raw]. What I did was create a new field for each entry that has either "Raw" or "Break" in it. I thought I could just write the CDML as: [FMP-field:Content, [FMP-field:Format]]. But that does not seem to work. Can anyone give me a hint how to solve the problem? How can I get the Format of a field dynamically out of the database?
scratchmalogicalwax Posted May 22, 2001 Posted May 22, 2001 You can't put square brackets in square brackets try [FMP-Field: 'blah', (FMP-Field: 'encodetype')] with round brackets it should work
Recommended Posts
This topic is 8577 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now