Is there a way to get the number of items matched via a Relation (list) to display in a Text component?
(We can already see the items matched in the Data sheet, so I figured the info is there just need to get to it or make it available)?
My use case: I want to display the number of reviews received for a particular item (trying to avoid using formulas in the sheet as much as possible as it is far too laggy)
I want to count number of true or false status in switch columns and number of blank row in that column.
Tried several option with roll up, it gives total count of true and false without considering blank row. My requirement is to know how many true and how many blank row.
Please Help.
Can you show a screenshot of what you are trying to do? I think you can do this if you create another If Then column that looks at the switch as well as blank and sets the result to True. Then you can do the rollup against the new If Then column. Iām not sure though if I understand what you want. What do you mean by a blank row? Is it completely blank, or just only some columns are empty? Do you want a count of True, False, and Blank or do you want a count of just True and Blank?
@Jeff_Hager Earlier it was not working tried all your mentioned way and then applied formula in sheet to achieve that. Today once again tried after your msg and worked absolutely fine. Now deleted additional formula from spreadsheet. Surprisingly seeing no blank data in switch columns, it is either true or false. Thank you for your suggestion.
Can you please tell me how to make switch data true by default, it is to be used facility management complain tracker, whenever user log a complain by default it should be true and when issue is closed user will have option to switch off, so that it will be recorded as complaint resolved. Presently all check box is by default false.
Here is a response I posted in a different thread:
In whatever sheet contains the form button, create a template column and fill the value with ātrueā. In the form, pass that value as a Column value directly to the sheet into your switch column. Later when viewing the complaint, display the switch column as a switch that can then be turned off.
Personally it makes more sense to me to keep the value as false and the set it to true once itās resolved, but that is only my opinion. Iām sure you have your reasons for making it default to True.
Iāve been trying to use a rollup column to count the number of matches in a relational column. (The relation column is set to find matches between 2 split text columns)
However, when I set up the rollup column - the relational column doesnāt appear as an option. In fact, none of the Relational columns in my sheet appear as options when setting up a Rollup column,
I think my case is almost exactly the same as the one in the link Jeff posted - but are there conditions where relational columns cannot be counted with rollup?
I am trying to break up a search query using split text. Then compare that against an array column with search terms to count how many individual terms match. Do you think this is a feasible way to do this?
Yes - I believe the relational column is set to Match Multiple - had tried it both ways - but its set to match mutliple now.
This is a quick screenshot of what Iām trying to do - basically count the number of matches between the Keywords column and U_Search Query column (which are both split text - could that be the reason?), and the relation is in the Keyword-Search Relation Column. I donāt see that third column as an option when I create a rollup column.
Just recreated the same relation in a new column and didnāt have any luck (also tried reversing the order of the relation configuration).
When you say create a relation on top of that new relation - which is the second column I should be using in the āon-topā relation - the original relation?
I think I canāt use a relation column as an input to a relation column (please correct me if wrong)? Just want to make sure Iām understanding your suggestion
Got it thanks Jeff! Yes tried that and didnāt have any luck. Any other thoughts would be really appreciated!
Could it be because the two input columns to the relational are in the same sheet? (though I tried relating to a column on a separate sheet but still didnāt have any luck)
This is actually the very last thing I am trying to fix before my app is ready and have spent a few days on it -
Glide has been a truly an amazing tool - everything else in my app works perfectly!