Hi anitha,
Follow below steps:
1. Split the order field and create a new field using calculated field.
Store-id = SPLIT([Order Id],'-',3) and code = SPLIT([Order Id],'-',2)
2. Now put the order id in text shelf, created field in the filter shelf or parameter and show the details of those orders.
Hope this helps you.