Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to display A number for status FWK into a Textbox

display.PNG

Good Day
Please help
How to display number for status FWK into a Textbox
please see the screen dump below

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

Is your jobs field an expression or a dimension? Try this?

= Only({<Status = {'FWF'}>}Jobs)

If jobs is an expression you have to use that expr like

= Only({<Status = {'FWF'}>} Yourexprehere)

View solution in original post

5 Replies
YoussefBelloum
Champion
Champion

Hi,

you can use set analysis for this

your_function({<STATUS={'FWK'}>}job)

Anonymous
Not applicable
Author

Hi , it is NOT working may you please send me an example.

vishsaggi
Champion III
Champion III

Is your jobs field an expression or a dimension? Try this?

= Only({<Status = {'FWF'}>}Jobs)

If jobs is an expression you have to use that expr like

= Only({<Status = {'FWF'}>} Yourexprehere)

Anonymous
Not applicable
Author

Thank you very much you are a star

Anonymous
Not applicable
Author

Thank you very much you are a star, it is working super fine