Hello Bubblers,
I am here try to find out that if there is a list and I am showing that list in repeating group now lets consider in that list there is field date. Now I want that I want to show date on top of only those list which comes under that date.
Like this:
Here we can see there is list which comes under that particular date. so I want to know to how to do this.
I have seen it, but my case little bit different.
Here you can see that there is date match and many fields have same date, so for example i need that i want to show date 1oct on top and all field which have si,ilar date falls under that date as shown in first question.like there are 1oct 2 times so i want to those two list inside 1 oct.
I am getting like this. if i put rg under rg
@adityasinghal08
seems doable with Nested RG. Try setting scheme as per below image :
RG2
Date_Match : formatted as ddmmyy = Current Cell’s Date_Match : formatted as ddmmyy
Its not working brother, no option like you suggest in Rg1 and Rg2 @adityasinghal08
can look into if you share screenshots of RG Appearance Tab.
Here is inner and outer RG, and I have done what you have suggested earlier.
@adityasinghal08
Try below settings in Inner RG. I think, it should work.
What you have mentioned in second line is not working. There is no such option after search for time @adityasinghal08
like tenant = current user is done. But then line ; date_match , i am not able to understand
alright. Can try this :
Date_Match = Current Cell’s Date_Match : formatted as Sep 27, 2023.
Also, add 3rd condition in Inner RG:
Slot_status = reserved
yeah done, But still not working. Dont know where i am doing wrong @adityasinghal08
its half done as you mentioned earlier but dont know why RG gets listed
in OUTER RG, select ‘:unique elements’ in the last.
Then RG is not visible @adityasinghal08
can you share latest screenshot of Outer RG Appearance tab.
or you can share editor link. I can give it a try.
It is a company account so there is a privacy.
you can try removing ‘:unique elements’ from OUTER RG, & use in INNER RG.
already done this @adityasinghal08
I think we can do something like not to show outer RG more than once, can we do something like that? @adityasinghal08
Hi @ashish.pundir,
instead of using nested RGs - that can considerably slow down the search - try this approach.
In your RG, sorted by date, put an invisible input element where content format is integer and initial content is current cell’s index - 1.
Then put the date you want to show in an invisible and collapsable text element. In this text element put a condition that says “when current cell’s date formatted as mm/dd/yyyy is not this RG item number #input index-1 date formatted as mm/dd/yyyy, this text is visible”.
Hope this helps.
1 Like