
Perzival
Caspio Ninja-
Content Count
48 -
Joined
-
Last visited
About Perzival
-
Rank
Advanced Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Perzival reacted to an answer to a question: Bootstrap Classes in Caspio
-
Andrew, Thanks for the reply. I am using Search and Reports - Tabular DataPage
-
Is there anybody who have an idea or have tried to use the Bootstrap class in Caspio? What I am trying is, I would like to use the Bootstrap class to style my table. Example: Bootstrap Class is: <table table-dark> I need to apply to Caspio's: .cbTable.cbTable
-
Oh what a rookie mistake. Thanks again mate!
-
I see. Thanks mate. I also wanted to ask, I recently had an issue with one of my formula from the table. All other formula fields have been working fine. This only started happening when I added the "Agent First Advance" field. Here's the formula: CASE WHEN [@field:Agent_LOA_Advance_Type] is null OR [@field:Product] != 'MAPD' AND [@field:Product] != 'PDP' THEN ([@field:Premium]*[@field:Agent_Advance_Amount])*[@field:Agent_Commission_Percentage] END
-
Hello @Harbinger have you tested this out?
-
Thanks for the reply, I'll try this. I have another question, are subqueries possible as well?
-
I am thinking if it's possible to use join inside a calculated field. If it is, how? An example would be appreciated.
-
I am thinking of adding a link for my authentication. What I want is when the user is trying to log in and was not able to, I'd like to prompt an error message and a reset pass link.
-
What do you mean by to associate? do you want to have like a lookup field to the other table?
-
Perzival reacted to a post in a topic: How to limit a form to not submit numeric
-
How to limit a form to not submit numeric
Perzival replied to Perzival's topic in User JavaScript and CSS Discussions
Exactly what I need.. Thank you! -
How to limit a form to not submit numeric
Perzival replied to Perzival's topic in User JavaScript and CSS Discussions
This helps, but I am not fluent in JS, perhaps you can give me an idea on how to integrate regular expression with my form? -
Perzival reacted to a post in a topic: Styling tables
-
You're awesome, it did now worked! One more thing, if I wanted to have the same style applied to all my pages do I have to include this code to each DataPages? Perhaps there is another way? Thanks!
-
Hi @Harbinger For some reason, this code is not working on my end and shows up in my DataPage. Any thoughts?
-
Hello, I want to add a characteristic to my data in my search and report. I want to like highlight a row when the user hovers his cursor to that row to indicate the selected data set. I know that it is possible but not really sure how to do it. I appreciate any help.