SOLVED
How to make Rank(same ranking but next rank is +1)
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
SaoriYamguchi
8 - Asteroid
‎03-13-2019
12:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
I want to make a rank.
I can make a same(Group) rank.
But, I want to next rank is not "+1" rank.
Example
Name | Score | Rank |
Mike | 100 | 1 |
Sarry | 200 | 2 |
Emi | 200 | 2 |
Koji | 300 | 4 |
How can I make it?
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
11 REPLIES 11
brianna_stirsman
5 - Atom
‎03-26-2020
08:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks I got it with:
if [Rank]=0 THEN '1' ELSE [Rank] ENDIF
finners37
7 - Meteor
‎06-20-2022
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for the solution, as a golfer I have been looking for this solution!!!

- « Previous
-
- 1
- 2
- Next »