Klipfolio Expert Certification Exam Answers

Given the following datasource of reservations, …we want to create a table with column A being the name, and column B being the number of tables. However, sometimes the name is missing for the reservation, and we need to make sure that column A is not misaligned to column B. What formula would we use to do this?

Latest Update on 30th December, 2019 by Certification Course Answers

Given the following datasource of reservations, …we want to create a table with column A being the name, and column B being the number of tables. However, sometimes the name is missing for the reservation, and we need to make sure that column A is not misaligned to column B. What formula would we use to do this?

  1. @/reservations/name
  2. SELECT ( @/reservations/name, @/reservations/name !=BLANK() )
  3. IF ( @/reservations/name !=BLANK(), @/reservations/name, BLANK() )
  4. @kf:fill_elements(/reservations, ‘name’)

Correct Answer:

  • @kf:fill_elements(/reservations, ‘name’)

Latest Updates

No posts found in this category.