Jump to content
  • 0

Calculated Field for List String


EmmePGN

Question

Hi all, my calculated field that pulls data from a List String field is showing "Valid" prior to saving my datapage.

However,  when I look at the actual page on preview it is showing me an error message "Calculation Error".

Anyone knows where I'm going wrong?  Please help thank you.

Below is my simple code (per Caspio instructions). The [@KnwIT] is a list-string.

 

CASE
 
WHEN [@KnwIT] IS NULL THEN 'Not Done'
 
WHEN [@KnwIT] IS NOT NULL THEN 'Complete'


END

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
17 hours ago, PotatoMato said:

Hello,

At this time, List fields cannot be used in Charts, Pivot Tables, Grouping, Aggregations, Formula Field, and Calculated Field. Here are the notes about List data type: https://howto.caspio.com/tables-and-views/data-types/list/

 

-Potato

Hi Potato and Nice Duck, thank you for responding to me. I will follow the thread dated April 8 about similar issues. Thank you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...