# Line Number

**URL:** https://community.glideapps.com/t/line-number/30596
**Category:** Ask for Help
**Tags:** custom-code
**Created:** [August 17, 2021, 1:29pm UTC](https://community.glideapps.com/t/line-number/30596 "2021-08-17T13:29:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [August 17, 2021, 1:29pm UTC](https://community.glideapps.com/t/line-number/30596/1 "2021-08-17T13:29:16Z")

</div>

row number thanks to RowID

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/1/11b7cb743277bc540882bf6b6f45fd625341c26d.png)

YC Link  
[https://Line-Number.manun2.repl.co](https://Line-Number.manun2.repl.co)

Source

---

<div class="post-metadata">

### Author: ![Roldy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/roldy/32/36068_2.png) [@Roldy](https://community.glideapps.com/u/Roldy)
#### Post date: [August 17, 2021, 2:12pm UTC](https://community.glideapps.com/t/line-number/30596/2 "2021-08-17T14:12:11Z")

</div>

I see we are working on the same front. Did you take a look here?  
If we work with it together we can build something even more powerful.

> [@Enumerates rows, sort ascending-desc., group by, etc](https://community.glideapps.com/t/enumerates-rows-sort-ascending-desc-group-by-etc/30561):
>
> I wrote this function to offer some support on sequential numbering. However, the function is not limited to simple numbering but also has the following features: can sort rows in ascending or descending order can group rows and sort them within the group can sort by number, by text, and by case-insensitive text. Of course, with ‘sort rows’ I don’t mean the physical reorganization of the rows in the table but simply the generation of an index that can be used for this purpose (which is what …

---

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [August 20, 2021, 7:32am UTC](https://community.glideapps.com/t/line-number/30596/3 "2021-08-20T07:32:55Z")

</div>

Hello,  
Sorry for the response time, I did not see your message.  
Yes indeed, there are a lot of similarities with your development.  
Of course, we can collaborate, that’s also why I publish my scripts.
