-
Re: Snapshot
@aishabhy05 I would try at all costs to not have to move the data, but instead, just have dynamic references. This way you run the snapshot process one time and it should be much lighter on performan…5 -
Re: Rank Formula Work Around
@CommunityMember127834 I think I have created a workaround for this one, or this might at least give you an additional idea. If you create an Isfirstoccurrence based on the date, then you can find th…5 -
Re: List items maximun
It is also worth noting that the real maximum is the index number at 999,999,999. If I create a new list and then add one item the index for that item is #1. Then if I delete that item and create a n…5 -
Re: Fetching Start Month and End Month for a given Quarter
Hi @SudhirY Try using Period(START(Base Period)) The START Will give the first date in a given period, or in this case the base period. Then the Period converts that date to a period. So if you selec…3 -
Re: Removing financial year sum data from the chart
Hi @adarshbarodia You can do this by applying a filter to the saved view, or by applying a filter in UX if you are using a custom view. The filter should show only the months (You want the summary fo…3

