• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Slide Count: Omit a slide from the overall count

New Here ,
Sep 11, 2020 Sep 11, 2020

Copy link to clipboard

Copied

Currently using the: $$cpInfoCurrentSlide$$ of $$cpInfoSlideCount$$ command to show slide count within my prject, I have a glossary slide within my deck. Is there a way to omit the glossary slide from the overall slide count?

TOPICS
Advanced , Advanced actions , Editing

Views

80

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 11, 2020 Sep 11, 2020

Copy link to clipboard

Copied

LATEST

I suppose you have those variables on each slide? Use an advanced action to calculate the wanted number of slides to show up and store it in a user variable. Apply that action to each slide On Enter, which is very easy since you can select all slides in the Filmstrip with CTRL-A:

  1. create a user variable v_count
  2. create this advanced action:
      Expression v_count = cpInfoSlideCount - 1
      Continue

The text on the master slide or timed for the rest of the project: $$cpInfoCurrentSlide$$/$$v_count$$

 

Or you could simply type in the number of slides of course

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources