Can No Longer access community from Chrome
Anyone else ever run into problem accessing the community from Chrome? I can get in with IE, but chrome spins it's wheels until it tells me it can't load the page (makes it seem like the community is just down). I suspect if I cleared my cache, cookies, etc. something would work. But before I start erasing all my convenient history, thought I would check if anyone knew the exact culprit. ------------------------------ Mike Tamoush ------------------------------88Views0likes19CommentsUse Multiple Javascript Pages in a single form
I have a table with one Code page ("page1.js") in the field "page1" (Formula - Rich Text)working just fine. I want to add another "page2.js" in the field "page2" for a different purpose in the same table form. The problem I'm facing is only one of these code pages are loading depending on their position in the form. So the top order field with the code page in it will load but the bottom order field with the code page will not load. Following is the way I'm trying to access the Javascript Code Page into the table which is working if loaded one at a time. Field Formula - Rich Text Page1 [iol] & "page1.js" & [/iol] Page2 [iol] & "page2.js" & [/iol] Please advise if I need to consider something before using two Javascripts like this or Is there any limitations with Quickbase. _ Thank you.74Views1like9CommentsBlog Post Correction
@Brian Cafferelli I created this post to inform you that your formula in the following blog is not correct. Gross Margin is (Revenue - COGS) / Revenue * 100. You were dividing by COGS in your blog post. I could not figure out another way to notify you. https://community.quickbase.com/blogs/brian-cafferelli1/2021/04/19/supercharging-summary-reports-with-new-aggregation​ ------------------------------ Matthew Lysinger ------------------------------73Views0likes2CommentsOrganized, catalogued central repository for pipelines information
It seems to me that there is an enormous amount of valuable and often critical information about use of pipelines that is being posted in a variety of places, Slack pipelines, Slack General, Community postings, User guide and so forth. I have been on calls where someone asks about s feature or function and the response is that it will be posted in the blog or forum or slack. It seems to me that it is critical that users will have a single place to go where they can enter keywords and questions and have a robust response repository. The User Guide is one of the finest in the industry but much of the critical information is not making it there. ------------------------------ Cullen Coates cwcoates@crystalbaysolutions.com ------------------------------47Views0likes5CommentsFormula URL button using Javascript to display the count of records in a Table using API_DoQueryCount
I want to display the count of records in a Table using API_DoQueryCount . I know this API will return response in the XML format. I want to process that XML in Javascript to extract the number of records. Also i want to write that JavaScript in a Formula URL Button.46Views1like7Commentsthere are white spaces between elements when adding background color using IOL technique
I added a background color for the whole section by using IOL technique. It was working perfectly fine before I change something in the dev console yesterday. I am not sure what I did and I think I messed up somewhere. Now i redid the whole thing and there are white spaces between elements between the background color. Does anyone have any idea how to fix this problem? BEFORE NOW - There are white spaces between elements Please help with this problem. THANKS!!42Views1like9CommentsHide and show multiple fields on a form based on conditions using Java Script.
Below is my scenario: I have 2 tables Course and Enrollment. Course table contains Course name, number of activities, assessment method(total 10 text fields) and course description. Enrollment contains 2 Pass or fail field (dropdown) and a date field for one assessment method field. So for every Assessment method field there are 2 passfail and date fields. (total 20) Enrollment and course are connected in such a way that many enrollments belong to one course. I need to show or hide these pass fail and date fields based on number of activities field in course. When a course name is selected from a drop down, number of activities is also displayed as a lookup field. Example: for number of activities =3 show Assesment method 1 , 2 and 3 show pass fail 1 ,2,3,4,5 and 6 show date 1 ,2,3,4,5 and 6 hide assessment method 4 to 10 hide pass fail 7 to 20 hide date 7 to 20. Can anyone please help to resolve this?42Views1like11CommentsWho to contact to escalate a Support Case?
I have a support case regarding a pipeline issue that was opened on March 24th and is still unresolved. The person assigned to this case was not able to resolve the previous issue assigned to her and I have no confidence she will handle this one any better. This person does not respond to requests for updates and does not follow through on commitments she makes. @Evan Martinez, Who can I contact to get this issue escalated and resolved? As a follow up, how can I prevent future support cases from being assigned to this person?​ ------------------------------ Paul Peterson ------------------------------37Views0likes3CommentsVALUE OF ONE FIELD IS ALWAYS EQUAL TO VALUE OF ANOTHER IN SAME TABLE
I have an automation that is dependent on a record being modified. My problem is the trigger field (it is a date formula field), when changed, doesn't update the "date modified" field. I created a new field (type=date) that I need to be always equal to the value in the current trigger field. This field does update the modified date which would trigger the automation. Any help is appreciated!36Views1like5Comments