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

how to make range selector recognize last word (counting from back to front)

New Here ,
Apr 19, 2022 Apr 19, 2022

Hi there!

I need to invert the range selector counting, I mean that it starts from the end independently of the number of words in the text.
is there any way to do this? I suppose it has to count the number of words and make a calculation.
thanks

TOPICS
Expressions , How to
231
Translate
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

correct answers 1 Correct answer

LEGEND , Apr 19, 2022 Apr 19, 2022

You can simply set the selector mode to Words and absolute index. Then it's as trivial as applying an expression selector and changing the formula to

 

selectorValue * (textIndex-(textTotal-1))

 

Mylenium

Translate
LEGEND ,
Apr 19, 2022 Apr 19, 2022

You can simply set the selector mode to Words and absolute index. Then it's as trivial as applying an expression selector and changing the formula to

 

selectorValue * (textIndex-(textTotal-1))

 

Mylenium

Translate
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
New Here ,
Apr 19, 2022 Apr 19, 2022
LATEST

it works perfectly, thank you very much! 

Translate
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