This content has been marked as final.
Show 3 replies
-
Re: Selection - how to do it? :)
Krishnapriya Arumugam Nov 15, 2017 10:32 AM (in response to Antonio Forino)Hi,
Are you trying to show all the values but ability to select only not null values?
-
Re: Selection - how to do it? :)
m w Nov 15, 2017 11:13 AM (in response to Antonio Forino)Make a listbox for "Importo Promessa di Pagamento"
Right-click the listbox and choose Select All
Or:
Make a button and add an action that does Select in Field and select all.
-
Re: Selection - how to do it? :)
Vishwarath Nagaraju Nov 15, 2017 11:36 AM (in response to Antonio Forino)Is this a table box? If you can use a straight table just add your
dimensions and
expr as
= IF(Sum(Importo Promessa di Pagamento) > 0, Sum(Importo Promessa di Pagamento))
Then supress 0 values in presentation tab.