Displaying Dynamic and Static Data
Posted: April 9th, 2023, 9:38 pm
In a label, is it possible to concatenate static and dynamic data?
For example, I would like to present the number of records like this -
"Total Records Returned: XXX"
Where "XXX" is "WorkData/AddOnListCtl/Info/Result/NoOfRecords".
Ideally, I would like to be able to do something like this in the Dynamic Value box of the label -
"Total Records Returned: " || WorkData/AddOnListCtl/Info/Result/NoOfRecords
Is this possible? What would the proper syntax be?
Alternatively,I tried adding a two column table and placing the text description in the first column and NoOfRecords in the second. This worked and I was able to manipulate it somewhat......but it simply did not look as nice as I want it to.
Also, how would you determine the number of records being displayed?
It would look even nicer to show -
"Show records 1-YYY of XXX".
I searched documentation but did not find answers to these specific questions.
Thanks,
Joe
For example, I would like to present the number of records like this -
"Total Records Returned: XXX"
Where "XXX" is "WorkData/AddOnListCtl/Info/Result/NoOfRecords".
Ideally, I would like to be able to do something like this in the Dynamic Value box of the label -
"Total Records Returned: " || WorkData/AddOnListCtl/Info/Result/NoOfRecords
Is this possible? What would the proper syntax be?
Alternatively,I tried adding a two column table and placing the text description in the first column and NoOfRecords in the second. This worked and I was able to manipulate it somewhat......but it simply did not look as nice as I want it to.
Also, how would you determine the number of records being displayed?
It would look even nicer to show -
"Show records 1-YYY of XXX".
I searched documentation but did not find answers to these specific questions.
Thanks,
Joe