June 10, 201312 yr Hello, thank you for your inters in my topic! Â I'm looking for some help on hiding record titles. In list I have a sub-summary with client name in it. I also have the client name in the body. When list is sorted and the sub-summary is in use I would like to hide the client name in the body. Any Ideas on how to do this or if it can be done??? Â I've attached screenshot to help illustrate the issue. Â I'm guessing I could use some conditional formatting, make the text color the same as the background, etc... Â Any help would be appreciated, THANK YOU!
June 10, 201312 yr Take a look at the Get(SortState) function. You can make your conditional formatting set to a font size of 500 when sorted.
June 10, 201312 yr Author Yea, this was the idea, tho I do not know how to code it up. I will have more then one sub-summary part and I will need to tie a specific title hide to a specific sub-summary sort. Something like this... Conditional formatting formula: If( (Get ( SortState ) Sub-summary#Client) = "sorted"; 1 ) haha... don't laugh
June 10, 201312 yr Well if you have multiple subsummary parts, you can use something like: GetSummary ( zzs_kount; FirstBreakField ) GetSummary ( zzs_kount; SecondBreakField ) This is where the zzs_kount field is a summary count field that I usually use on the ID, and the FirstBreakField / SecondBreakField are the fields you are sorting / breaking on with the report.
June 11, 201312 yr Author Mr. Vodka!.. This works so perfect, I can't express enough how cool this tip is to me. Thank you!!! I've attached a working demo for others to review, enjoy! redundant_title_hide_demo.fmp12.zip
Create an account or sign in to comment