-
Content Count
34 -
Joined
-
Last visited
-
Days Won
1
PotatoMato last won the day on March 5
PotatoMato had the most liked content!
About PotatoMato
-
Rank
Advanced Member
-
kpcollier reacted to an answer to a question: Best Datatype for Time Field - Sorting Inside Calendar By Time
-
Best Datatype for Time Field - Sorting Inside Calendar By Time
PotatoMato replied to kpcollier's question in General Questions
Hi @kpcollier, Caspio does not have any standard feature for a time picker, but you may check this How-to article for customization. You can also check this URL as a sample. You can also use this code: <input id="time" type="time">, by inserting it to a HTML block and disabling the HTML editor. Below will be the final output. -
Entry rejection notification
PotatoMato replied to ReadyOneIndustries's question in Calculations and aggregations
Hi @ReadyOneIndustries , I believe this cant be done by just using Caspio's standard features. You may contact the support to explain your workflow and then they will coordinate that with their professional services team for a possible solution and it also involves a device, which is the barcode scanner. -
Concatenate fields that are not blank
PotatoMato replied to Hayley's question in Calculations and aggregations
Hi @Hayley, you can try the SQL formula below. COALESCE( NULLIF([@field:FieldName],''), '') + COALESCE(' ' + NULLIF([@field:FieldName],''), '') + COALESCE(' ' + NULLIF([@field:FieldName] ,''), '') -PotatoMato -
Hi @Drtimjohn, as I've checked, Caspio does not have any standard feature to include a watermark on download options, it maybe possible via CSS or JavaScript. You may also send this as a new feature to http://ideabox.caspio.com so that it will be included on future releases. -PotatoMato
-
How to extract the date and time from a timestamp field?
PotatoMato replied to Hayley's question in Calculations and aggregations
Hi @Hayley , you can use the calculated field with SQL to extract the date or time from a timestamp field. For Date: SELECT CONVERT(varchar(10), [@field:Timestamp], 1) For Time: SELECT CONVERT(varchar(10), [@field:Timestamp], 108) You may also visit this link for reference: https://www.mssqltips.com/sqlservertip/1145/date-and-time-conversions-using-sql-server/ -PotatoMato -
Hi @haxx0r, you may also want to check this How-to article: https://howto.caspio.com/tech-tips-and-articles/tech-parameters/results-and-details-on-two-separate-web-pages/. This article takes you through the process of creating a separate DataPage for results and details pages and connecting the two DataPages using a hyperlink with a query string parameter.
-
Hello, @consortium. With the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files and edit the content of the PDF. Hope this helps.
-
Hello, Heather. With the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files and edit the content of the PDF. Hope this helps. You can also refer here: https://howto.caspio.com/faq/reports-datapages/how-to-make-the-search-results-downloadable-for-my-users/ -PotatoMato
-
Hello. Just to add, with the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files. Hope this helps.
-
Hello everyone, with the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files. Hope this helps.
-
Hello everyone, with the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files. Hope this helps.
-
Create Customized Report (Export To Word Or Pdf)
PotatoMato replied to Celerity's question in DataPages
Hello everyone, with the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files. Hope this helps.- 5 replies
-
- report
- customized report
-
(and 2 more)
Tagged with:
-
Hello everyone, with the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files. Hope this helps.
-
Hello everyone, with the release 25.0, Caspio has released a Youtube tutorial on how to generate PDF files. Hope this helps.
-
Signature filed export actual signature image in results?
PotatoMato replied to roattw's question in General Questions
Hello @roattw, exporting the table will only give you the coordinates of your signatures. You may download the results as a PDF file. by enabling it at the download options. Then after downloading the PDF, you can open the file on your local Microsoft Word app then you will have the ability to save the image of the signature. - PotatoMato