Bill Houle Posted April 7, 2021 Share Posted April 7, 2021 Have not run into this issue before as I usually report 2 or more measures. TABLE FILE CAR SUM CAR.BODY.DEALER_COST AS DEALER COST BY CAR.ORIGIN.COUNTRY ACROSS LOWEST CAR.BODY.BODYTYPE ON CAR.ORIGIN.COUNTRY RECOMPUTE MULTILINES AS *TOTAL ON TABLE SUMMARIZE CAR.BODY.DEALER_COST AS TOTAL ON TABLE SET HTMLCSS ON END I have been unsuccessful in getting DEALER COST title to display. Using WF 8.2/App Studio Link to comment Share on other sites More sharing options...
Warren Hinchliffe Posted April 8, 2021 Share Posted April 8, 2021 Try this SET command. SET ACRSVRBTITL = ON and see if it helps. By default, single verb across queries will not show the title. Check out the documentation. https://webfocusinfocenter.informationbuilders.com/wfappent/TL4s/TL_lang/source/set_parms_syntax.htm Link to comment Share on other sites More sharing options...
Bill Houle Posted April 8, 2021 Author Share Posted April 8, 2021 warren.hinchliffe: SET ACRSVRBTITL = ON Thank you, that worked. Link to comment Share on other sites More sharing options...
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