class='Vibrant Success' in a different colour to green!
HI, I'm using the 'Vibrant Success' button in my text formula fields (as per the Magic Buttons Sample App), and absolutely love them. However, I'd really like to use a different colour in some instances for contrast. For example, the dark blue with white text 'submit a question' button on this forum would go down a treat! Can this be done without resorting to image onload techniques? David ---- Example of the kind of formula text field I'm talking about from the 'Magic Buttons' app. If([Checkbox] = false, "<a class='Vibrant Success' href='" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=d9eascudwjxs2sesxkjccwgtq9r&_fid_101=1&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]) & "'>4B. Check a checkbox then display record</a>", "<a class='Vibrant Success' href='" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=d9eascudwjxs2sesxkjccwgtq9r&_fid_101=0&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]) & "'>4B. Uncheck a checkbox then display record</a>" ) PS Anyone not sure what I'm talking about here - search in the App Exchange for 'Magic Buttons'321Views0likes10CommentsWildCard Search in Tables
Is it possible to do a wild search in regular table view? Let's say I want to search for pras* + eggs or egg + olive Prashant is my name Prashant eats eggs with butter Prashant goes for rock climbing Prashant makes eggs with olive oil ------------------------------ Prashant Maheshwari ------------------------------157Views0likes6CommentsFilter parent records within child record grid edit based on other parent selection
Hi all, I've implemented solutions similar to this in the past (filtering child records based on grid edit overrides & forms, etc), but I'm really struggling to figure this one out. Here's the scenario: I've got a table "jobs", which is a child table of "venues". On the Jobs form, I need users to be able to select an on-site contact from a list filtered based on their selection of a grandparent "venue" record. Currently, I've got a table "contacts" which is a child of "venues". I've created an intermediary relationship table "on-site contacts" which is a child of both "jobs" and of "contacts" to connect the two. I've tried adding a grid-edit child record report of "on-site contacts" to the jobs form, and attempted to filter it so that it only shows records in which "contact-related venue" is equal to "job-related venue", but with the grid edit report, job-related venue does not populate until the form is saved and the child record is officially created. Does anyone have a solution to accomplish something similar? I suppose I could flip the relationship and try and make on-site contact a parent of jobs, but I'd like for users to be able to add multiple contacts as needed. Thank you! #Gridedit #Search #filters #Many-to-Many ------------------------------ Elena Larrabee ------------------------------105Views0likes5CommentsHome Page Search Bug
Hi everyone, I'm having a bizarre issue with the home page search function, and I'm not finding any other reference to anything similar on the community. Apologies if I missed another discussion already posted about this. I have a search bar on a home page that is supposed to search and display results based on a certain report. For my admin role, this works perfectly. But for every other user, it defaults to the reporting defaults for the table and searches every single record regardless of the filters applied to the report. Has anybody else experienced this? I did also have a user test it for me on their account to verify that it isn't some strange thing that happens when I "test as user." #Apphomepages #Search #Userandgroupmanagement ------------------------------ Elena Larrabee ------------------------------Solved92Views0likes4CommentsSearch Bar help
Hello all! I have a report that I want used in a search bar on my dashboard. For this case, it is a list of resources and one of the columns is tags/key words. I want this field to be searched for in the search, so that it will pull up records with that tag. However, I don't want to the tag field to be shown in the report that comes up after the search. Any ideas? ------------------------------ Annalise Sansouci ------------------------------57Views0likes4CommentsAdd a search box to a table's top bar
So we are constantly going back and forth to the table icons to search... we use QBase as a CRM, so for example, we are looking at a customer's record, and if we need to look up another customer, we hit the "Customers" button at the top table bar, then search. I'd like to have that search function on the top, on the line where we have the "new customer" green button, etc. This would save us a lot of clicking around. Any idea if this is possible? I couldn't find any way to edit that bar.48Views1like18CommentsSearch widget results
Hello, I have a search widget on my dashboard & search columns set up, which is all fine. The results show unhelpful fields; I want to choose which fields are shown in the search results. Is there any way to customize which columns the results show? Thank you. ------------------------------ Audrey ------------------------------39Views0likes2CommentsSearch content of entire app
I would like to have a search field that will look through all of the fields in the entire app. I also need to be able to search multiple values. I have parent records based on Basic Profile info.(name, email, address) and multiple child tables linked to one parent table (experience and skills) For example: I want to be able to search for users in a specific department AND "this" skill AND 3 years of experience. Is this possible and if so how?34Views1like7CommentsHow to remove second filter on drilldown report?
I have a summary report that provides a list for users to choose a Franchise to display the Specs related to that franchise. The issue I'm having is when a user chooses a franchise, the drilldown report sometimes displays no results because the filters applied by default are for the chosen franchise to be in the Franchise field "AND Some field contains" (from the global search). In the example, I entered the search word 'delete' in the parent summary report because I knew it would bring up the Franchises we marked "_ to delete", and then I would be able to chose that franchise to see the items. In the drilldown report I am forced to accept the additional 'AND Some field contains' filter: There are no initial filters placed on either the parent or the drilldown report. I understand the first filter is here because I chose the Franchise from the summary report list - this makes sense that it is filtering for these results. What I need to know is how to remove the "AND Some field contains" part of this filter. It must be coming from that first global search field that I used to narrow the list of hundreds of franchises, but at this point I can choose my franchise group, and if that must remain in the filters after the selection is chosen, why is it an AND instead of an OR? Thanks for your help!31Views1like8Comments