Jump to content

vidierre

Caspio Ninja
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    vidierre reacted to kpcollier in HTML blocks on Details datapage do not hide fields between them   
    Not exactly sure what you are trying to do, but I use a different but similar way to hide fields with 2 HTML blocks.
    First HTML block:
    <div style="display: none;"><div> Second HTML block:
    </div></div>
  2. Like
    vidierre got a reaction from Kurumi in How select multiple rows in one table and add rows to a third tables   
    Thank you @Meekeee! Because in order to provide you the answer I found the culprit: I was referring a var instead of a field, so I was clearing the var instead of the field.
    Let me share a trick I found very useful to debug triggers:
    1) I setup log table (my is i2e_log) with the fields: timestamp; Event; Source; Description
    2) Then I inseret into specific points this insert with fiedls filled with var, messages or fields I want to check.

    Thank you again. I would have another question but it is matter for another topic.
  3. Like
    vidierre got a reaction from Tubby in How select multiple rows in one table and add rows to a third tables   
    Thank you @Meekeee! Because in order to provide you the answer I found the culprit: I was referring a var instead of a field, so I was clearing the var instead of the field.
    Let me share a trick I found very useful to debug triggers:
    1) I setup log table (my is i2e_log) with the fields: timestamp; Event; Source; Description
    2) Then I inseret into specific points this insert with fiedls filled with var, messages or fields I want to check.

    Thank you again. I would have another question but it is matter for another topic.
  4. Like
    vidierre got a reaction from Joemac in Submission Datapage and using "&"   
    It’s hard to say something with this info. Where is the symbol? Typed into a field of submission form as a text? Into the url calling the page as parameter? 
    Where you miss it? Into a search result table? Into the table field when you see it from Caspio tables?
    I tried it on a demo app I have (you can try it here) addin & and something’s to the address field. It seems working.
  5. Like
    vidierre reacted to Joemac in How to speed things up   
    I've noticed my Caspio app has had performance hiccups lately and I'm not sure if its my setup.   Sometimes it runs quick and other times is runs slow and/or needs to be refreshed to work.  Are there any guidelines on how to get the best performance out of my application?  I have 100+ datapages and over 6GB on storage so far - not sure if that affects speed.
  6. Like
    vidierre reacted to autonumber in How duplicate a set of records   
    Hi! I agree with TellMeWhy this can be achieved using Triggered Actions. I just wanted to add these links that you can refer to in creating Triggered Actions. 
    https://howto.caspio.com/tables-and-views/triggered-actions/
     
  7. Like
    vidierre reacted to TellMeWhy in How duplicate a set of records   
    So, only NEW company will trigger the Triggered Action to insert on the Process Table, right? If so, yes, that can be done with Triggered Action, maybe you just have to set a condition where if it doesn't exist yet, or even count the records with the same company name, if it's more than 0, it will not insert.
×
×
  • Create New...