Jump to content

Search the Community

Showing results for tags 'conditionals'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 2 results

  1. Hi, I want to create custom messages on my reports that depends of the results. One of this messages change if the records of the reports are cero. How can i calculate this value and change the localization messages by my custome message?
  2. Datapage type: Tabular report Objective: To show a red flag whenever two calculated fields did not produce the same results. Question: Is it possible to embed a graphic in calcualted field? I issued the following string that when checked for validity gives out a "valid" confirmation. I was very happy. But then when I checked the embedded code on html, it gives "Error in formula". Below is the code: CASE WHEN [@calcfield:3]=[@field:Grade] THEN '' ELSE <img src="https://mysource.com/images/redflag.jpg"> END All help is appreciated as usual. Best, Elena
×
×
  • Create New...