cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Modify the cell value in Grid

snoor
7-Bedrock

Modify the cell value in Grid

I need to modify the grid cell data based on its original value.

 

Scenario: I have a grid with column name "Status", Actual status columns values will be "true/false". But, instead of true I need to show the Active and instead of false, I need to show the In-Active. Please help me on the same.

 

 

Regards,

Noor

2 REPLIES 2
PaiChung
22-Sapphire I
(To:snoor)

You can wrap the service that is retrieving this information and then use DeriveFields to create two new columns

or even in the acquiring query potentially you can do that transform (if it is an sql query you can use a case statement in that).

You could even use localization tokens.

snoor
7-Bedrock
(To:PaiChung)

Hi  @PaiChung

 

I got your point. but still, I am looking for the above scenario, wherein angular we can define the cell value based on the grid value comparison in the grid definition only.

 

Thanks,

Noor

Top Tags