-
Content Count
46 -
Joined
-
Last visited
-
Days Won
6
Everything posted by LunaLovegood
-
Research results don't display. No records found
LunaLovegood replied to HongBui's question in DataPages
Hi @HongBui You might want to double check the URL of your DataPage. -
Hi @kpcollier, You can try this code, just insert it to the Header of your DataPage: <style> input[type=checkbox] { transform: scale(4); } </style> Replace 4 as desired. — Luna —
-
Hi @bbeshlian, I am using 70.0.3538.77 (Official Build) (64-bit) for Chrome and everything is working fine. Maybe try checking for updates? — Luna —
-
@kpcollier Can you check this DP: https://c0abq927.caspio.com/dp/db916000fc3b19d4b1ab4402b72c So when you enter shop, the task is auto-filled. Is this the one that you're looking for?
-
HI @kpcollier, Are you using an input/submission form for this?
-
Hi @kpcollier, From what I understand, you'd like your user to limit the choices based on his role. If that so, you may want to check the functionality of Caspio's Cascading elements: https://howto.caspio.com/datapages/datapage-components/cascading-elements/ — Luna —
-
Hello @bbeshlian, I think PDF reports is now available in their BUILD plan, you can check their new pricing page: https://www.caspio.com/pricing/standard-edition/ Regards, — Luna —
-
Hello @fwest, You may want to check the functionality of placeholder and hint: https://howto.caspio.com/datapages/datapage-components/field-configuration-options/placeholder-text/ https://howto.caspio.com/datapages/datapage-components/field-configuration-options/rollover-hints/ Regards, — Luna —
-
Hi @MyMelody, You can add this code to the footer of your DataPage: — Luna —
-
How can I insert a character in a string using formula field
LunaLovegood replied to NeoInJS's question in General Questions
Hello @NeoInJS, You can use Stuff function. So in your case, please try: Stuff([@field:fieldname], 3, 0, ':') — Luna — -
Limit to Calculated Fields Per Datapage
LunaLovegood replied to spearheading's question in Calculations and aggregations
Hello @spearheading, As of this writing, the maximum nos. of calculated fields that you can have in a Results Page is 50 as verified by their Support Team when I contacted them. — Luna — -
Hello @Medron, You can try this code: — Luna —
-
Hello @ptauk1, You can insert a Calculated Field in a Search and Report DP and use SQL Select statement to pull the average of a column of a different table. like, SELECT AVG(field_name) from Table_name — Luna —
-
Contacting MayMusic or other members
LunaLovegood replied to Mobiloo's question in General Questions
Hello @PaulHall, You may want to contact their Professional Services Team for that, you can do a free project consultation with them by visiting this link . They will bring your vision to life. — Luna — -
Hi @hismaimai2000, You may want to explore Zapier for that: https://zapier.com/apps/caspio-cloud-database/integrations/infusionsoft And have this article checked: https://howto.caspio.com/integration/zapier/ — Luna —
-
Copying from one table to another
LunaLovegood replied to kpcollier's question in Tables, Views and Relationships
Hi @kpcollier Tried and tested. Regards, Luna <3 -
Excel Plugin - Refreshing Data
LunaLovegood replied to rgiljohann's question in Import/Export and DataHub
Hello @rgiljohann, There is an auto-refresh option: : But before you pull each DataTable from Caspio, you have to enable it first and then set how frequent your record will refresh. Hope that helps. - Luna -
API Authentication
LunaLovegood replied to Medron's question in Security, Authentications, Roles, SAML
Hi Medron, The permission that I am referring in the WSP is intended for sub-user of your Caspio Bridge Account. Please check their article about it; https://howto.caspio.com/web-services-api/creating-a-web-services-api-profile/ https://howto.caspio.com/web-services-api/rest-api/ -
API Authentication
LunaLovegood replied to Medron's question in Security, Authentications, Roles, SAML
Hello Medron, Caspio Bridge REST API authentication is based on OAuth 2.0 protocol and supports client_credentials flow, meaning that before a client can access Caspio Bridge resources, it must be authenticated using Client ID/Secret pair (can be found once you started creating WSP or Web Services Profile). And all REST calls should be made in HTTPS. When successfully authenticated, a token is generated that must be used in all follow on calls to the resources endpoint. And to limit the access, you may find this (the one in black) in the Web Services Profile as well: -
Hello @directrix, I got this same error and contacted their support team. Then advised me that this is a Google issue as they have made changes recently. But if you have an existing task that is connected to Google Drive, it'll work perfectly. Fret not, Caspio DevOps team is now looking for a way to make this work. *winks*
-
I got the same error. I contacted their Support Team and they usually asked me if I did any modification on a table design, or tried adding new columns in my table that might break any trigger code (if you have any). And they usually coordinated this to their DevOps and immediately fix the issue.
-
Hello @kwikcert, SEO has two major functions: crawling and building an index, and providing search users with a ranked list of the websites they have determined the most relevant. And basically there are also two main things that you should use to make sure your SEO is working and these are your Keyword Rankings and Traffic. You may want to check this articles for more info: https://howto.caspio.com/deployment/seo-deployment-directions/ https://howto.caspio.com/faq/deployment/seo-deploy https://howto.caspio.com/troubleshooting/deployment/troubleshooting-s
-
Hi @Corpcat, You may want to look at this:
-
Hello @Nehme, You may need to turn off "Prevent Cross-Site Tracking" of your Safari in the Settings of iPhone. Hope that helps. Regards, Luna <3
-
Hi everyone, Just an update, the maximum number of dropdown options (DP) is 20,000. While cascading dropdown is 10,000. Regards, Luna <3