Add a row number in cards using table chart

Hi! has anyone being able to add the rownumber on a table chart ? 

 

Comments

  • Cartergan
    Cartergan Contributor

    Good morning, 

    Unfortunatley there isn't a way to have a table display numbers for the rows. However, depending on how you want your data numbered and ordered in the table you could add a rank to the dataflow.

     

    https://knowledge.domo.com/Prepare/DataFlow_Tips_and_Tricks/Creating_a_Rank_or_Row_Count

  • @user045760 

    You can actually use a windowed function beast mode assuming your have unique identifiers in each row.

     

    This example is using the Date Dimension but you could change `Date` to your key field(s)

    SUM(SUM(1)) OVER(ORDER BY `Date`)

    You may need to have your CSM enable windowing functions as I believe it's still in beta.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
This discussion has been closed.