Forum Discussion
JeffHughes
9 months agoQrew Trainee
This is what I need, but I want to be able to pass the alias into it rather than it telling me the current DBID.
MarkShnier__You Qrew Legend
Qrew Legend
9 months ago... but if you copy the app and hence copy the Juiced URL button then the button will still be correct, right? It will refer to dbid() which will be the new table, right?
- JeffHughes9 months agoQrew TraineeI need it to tell me the DBID of another table, well rather 10+ different tables. - MarkShnier__You9 months agoQrew Legend Assuming that there are no Cross App relationships involved you should never ever hard code the Table ID. That is why you go to the Advanced Properties of each of your 10 tables and get the table alias, like in my example above. - JeffHughes9 months agoQrew Trainee