Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 3 text objects for 3 different order types so in each text objects i am calculating count of orders.
If i clik on any text object value it should give respective order details.
example:
txt_obj1 has value 100 today_rec_count -- expression 1
txt_obj2 has value 500 month_rec count -- expression 2
txt_obj3 has value 800 qtr_rec_count -- expression 3
can we do in single straight table for all 3 ord details?
so if i clik on 100 it should show all 100 order detais only
so if i clik on 500 it should show all 500 order detais only
so if i clik on 800 it should show all 800 order detais only
Please guide me...
Within single straight table, how come associate needed. Can you make one example for that or else you can try with 3 straight tables showing hide and show options used.
You could create a "Select in Field" or "Set Variable"action for each object to make a selection or set a variable values that would select the relevant detail lines for each option.
Please provide more information as it is not possible to make detail suggestions on the limited info provided.