footer
7 TopicsFooter Template Not Updating
I have 14 documents that need to have the same footer. This footer consists of three hyperlinks and a page number. When updates need to be made to one, all documents need to be updated. To do this, I created a footer template by selecting everything in the footer and then Save Selection to Footer Gallery. I then went to another document and was able to successfully add that footer. However, when I make a footer update (i.e. link or text change) on one of the documents, it doesn't update to the other 13. I tried selecting everything again and then Save Selection to Footer Gallery with the same name to overwrite it but the footer doesn't update where I've already added it. If I delete what was there and readd the footer, the updates will appear but it does not make sense to do that 13 different times. What am I doing wrong?175Views0likes1CommentJSON View Formatting - Count total number of items in SP list
Hi, I want to modify the groups footer of a custom view that is grouped by a metadata column named Response/Actionv2. In the Totals section of the view settings I enabled Count for this column, which now displays the number of items (rows) for each of the groups. However, I would like to use this number in the JSON formatting to calculate and display the proportion (in percentage %) of total number of decisions. As you can see in the code below, I've included the static number 31, but I'd like to be able to dynamically reference the total number of items in the list? Basically, do you have an idea on how to implement this formula: (@columnAggregate.value / TOTAL NUMBER OF ITEMS) * 100 { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "groupProps": { "hideFooter": false, "footerFormatter": { "elmType": "div", "children": [ { "elmType": "div", "attributes": { "iconName": "CalculatorPercentage" }, "style": { "color": "=if(@columnAggregate.type == 'Count' && @columnAggregate.value < 50, '#d13438', '#107c10')", "font-weight": "600", "margin-top": "10px" } }, { "elmType": "div", "style": { "color": "=if(@columnAggregate.type == 'Count' && @columnAggregate.value < 50, '#d13438', '#107c10')", "font-weight": "600", "margin-top": "10px", "font-family": "Segoe UI" }, "txtContent": { "operator": "*", "operands": [ 100, { "operator": "/", "operands": [ "@columnAggregate.value", 31 ] } ] } } ] } } }7.4KViews0likes1CommentFooter on last page only in Word for Mac
I draft multipage legal documents. I need to create a macro that would put the file name and path, and date at the bottom of the last page as a footer. In a past life it was easy to do in Wordperfect, but I have been unable to create such a macro. Any suggestions?1.6KViews0likes1CommentFooter option missing in Modern Communication Site
I have 2 tenants, one is for dev environment and another is the prod environment. In my first tenant (dev), I was able to add Footer to my pages via Change the Look -> Footer option. However, when I transferred to second tenant (prod), the Footer option is missing from Change the Look and I only see 3 options (Theme, Header, Navigation) Is there a way to activate this feature manually?Solved11KViews0likes7CommentsFooter Photo and Page Number
I'm trying to make a footer with a photo and page numbers on top of the photo. When I have the page number on the right side of the footer then the page number appears on top of the photo. When I have the page number on the left side of the footer then I don't see the page number. If I delete the photo from the footer then I see the page number. So it appears that the page number on the left is layered behind the photo. Is there a reason why it works on the right side but not on the left side? Is there a way to layer the various elements of a footer? Thanks for any help.2KViews0likes5Comments