Apr 26 2024 06:00 AM
Hi,
I wanted to show data from additional fields from a lookup column to the custom layout header.
Example:
List 1:
Submit Round (text),
Deadline Date (date),
Result Date (date)
List 2:
Project (text),
Submit Round (lookup),
Deadline Date (additional fields from lookup),
Result Date (additional fields from lookup)
So, I want to configure the header format to show the Deadline Date and Result Date in the Header when the user selects a Submit Round.
Is it possible to achieve this by only custom the header of the Sharepoint list (I'm trying to avoid PowerApps)
Additional challenge: I want to create a new column by combining a lookup column with a Date column by creating a Calculated column but I got an error state the columns are defined as a data type that is not supported in formulas. is there a workaround?
I feel like it is the same problem that may have a similar solution to it.
Thank you.
Apr 26 2024 06:59 AM
Apr 26 2024 07:11 AM
@Antonio_Bellini Hi, thank you for the reply,
I was talking about configuring layout header:
Ref: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-configuration
I wanted to show the data on the header as follow, but it just show blank
Thank you.
Apr 26 2024 07:31 AM