nsoseka

Results 14 comments of nsoseka

In case anyone wants to do this, you can consider adding a list validation to the targeted cell and the only option can be the value of the rows you...

Hey I usually just work and don't have to reload the page, and i use `puma`. If you having some issues, you can consider trying out `foreman`.

Hi The best way to go about this is to use your own data method. There are some good examples in the documentation that allow you to do something like...

Hi, i looked through the documentation and didn't see such a possibility. But there are a few work arounds which can get you to do that. 1. You can make...

Hi Because report_skit renders the visualization for you automatically you can only use some work arounds to achieve this. I would suggest you setup a custom data method and then...

Hi I think the best way to go about this is to create your own custom data method and use which will offer you more flexibility in the future or...

Hi If i understand your question well, you need to group your data by day/week. I don't think this comes straight out of the box for you with report_skits. So...

Hi It looks more like you want to display your database content, for which gems like administrate can help you. I think reports_kit is built to help with reporting which...

i think to make things easy for you you will have to write a custom data searching method and format the numbers the way you want before passing it onto...

So you check out the docs on how to setup custom data methods. checkout this link https://www.reportskit.co/subcategories/data_methods Then you can format your data as you normally would in rails or...