cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Condition on elements displayed in ListView

simikadampatta
Trusted Contributor

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

1 Reply

hsoegaard
MEGA Partner
MEGA Partner

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.