‎08-03-2022 11:32 AM
Hi,
I am trying to create a ListView. There are 3 MetaAttributes ->
1. Does application have URL?,
2. Integration
3. Integration - calculated
If Does application have URL is Yes, I want to display Integration as a column in ListView
If Does application have URL is No, I want to display Integration - calculated as a column in ListView
I could do this normally, but when I am trying to get a ListView this is failing. The conditions I am using are :
NoURL = Condition(~xthpu7joXDGU[SBI - Does Application have URL] = "Y")
YesURL = Condition(~xthpu7joXDGU[SBI - Does Application have URL] = "N")
I am getting the following error because of the condition:
PropGet(MetaAttribute SBI - Does Application have URL <xthpu7joXDGU>) is not valid for the Parameterized Alternate List MetaClass
Solved! Go to Solution.
‎11-03-2022 05:21 AM
Hi, I dont think that is possible for a list view. Either the column is on or off. You canot show a specific column for a specific object in one row in a list view. You can do it on the property pages of the object itself.