Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Deleting multiple columns in Multiple queries at a time

Hey,

 

I want to dlete same columns in each quers, so I cant go to each query and select the columns and delete as the columns which need to be deleted are same. Can any one help me in sorting this out please?

So, for all the queries I should delete the same columns. Can anyone please help me?

 

 

  • Just import your data and let's say this is Query1.

    Now right click on Query1 and Reference - This will create a reference query based on Query1. You can do whatever transformations you are doing.

    Create n number of queries based on Query1 and do your transformations.

    Then whatever you delete in Query1 will be reflected in all reference queries 

    Hence, if you have a single data source, just make one query and make references to this in all other queries. 

    If your data sources are different, then you will have to delete column indiviually.

3 Replies

  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    Icon for Most Valuable Professional rankMost Valuable Professional

    Unfortunately in PQ, every query will have to be edited individually. This can be possible only if all other queries are reference queries based on original query. In this case, if column is deleted in original query, then reference queries will also be not having that column.

    But, I presume, your queries are not reference queries but individual queries. In this case, you will have to enter into each and every query individually and delete the column. 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Iam not sure if this is exactly what Iam looking for 😞

    • Vijay_A_Verma's avatar
      Vijay_A_Verma
      Icon for Most Valuable Professional rankMost Valuable Professional

      Just import your data and let's say this is Query1.

      Now right click on Query1 and Reference - This will create a reference query based on Query1. You can do whatever transformations you are doing.

      Create n number of queries based on Query1 and do your transformations.

      Then whatever you delete in Query1 will be reflected in all reference queries 

      Hence, if you have a single data source, just make one query and make references to this in all other queries. 

      If your data sources are different, then you will have to delete column indiviually.