steve hodos Posted June 14, 2022 Posted June 14, 2022 I am trying to style a RECAP ROW in FML. The doc says the following will work: Applying Boldface to anFMLRECAP Row..... RECAP TOTCASH = R1 + R2 + R3; AS 'TOTAL CASH' ON TABLE SET STYLESHEET * TYPE = REPORT, GRID = OFF, $ TYPE = REPORT, LABEL = TOTCASH, STYLE = BOLD, $ However, my RECAP statement looks like this: RECAP -* IL ratio Incremental_Lift(1) /P5.2 = E(1,1) / E(2,1) ; and the documented style code above does not work: -* TYPE = REPORT, LABEL = Incremental_Lift(*), STYLE=BOLD, $ Suggestions
Kin Lim Posted June 17, 2022 Posted June 17, 2022 Hi Steven, The snippet from the documentation is the correct syntax to apply boldface to a calculated value in a RECAP row. Can you attach a sample of your procedure to this thread or create a case with TIBCO Support for review Thank you, Kin Associate Support Engineer
Recommended Posts
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