Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter and view data

Hi,

I would like to view only certain data (in this example, where field1+field2 >= 40).  This is a straight table.

I have 3 fields in the data, serial#, field1 and field2. 

Calculated field has expression Calculated field = field1+field2. 

Visible has expression where if(field1+field2>=40, 'Y', 'N')

Serial#Field1Field2Calculated FieldVisible
1112132N
2122234N
3132336N
4142438N
5152540Y
6162642Y
7172744Y
8182846Y

Qn1: 

How can i see the table in the following format?  Do i need to create another tabe?  do i have to do the calculated in expression tab, or general tab->expression?

Serial#Field1Field2Calculated Field
5152540
6162642
7172744
8182846

Qn2:

How can i expression "visible" in 1st original table without reusing the formula, ie. if(field1+field2>=40, 'Y', 'N') or can i use if(column(4)>=40,'Y', 'N'))?

thanks!

10 Replies
er_mohit
Master II
Master II

See the attached file