Hi, thank you for your videos. i am watching your videos regularly and i like your way of explaining . so i have a Query could you please do a video for that. my query is combine two tables into one table without a common field explain briefly about it.
Hi Brother, If suppose that we need to show only the Customer Name from dimension and Total sales from measure by default later we can modify any selections. How to achieve this and it should show the selected fields in the filters as well? Thanks
@@thinkmetrics hey dude, using your Ad Hoc reporting technique with users, and they are loving it. Seriously awesome. I saw a similar thing at this link [ th-cam.com/video/2d_KAQMf0ZQ/w-d-xo.html ] - note this is in Spanish - but at 1m45 you can see the technique for adhoc reporting is being applied to charts, not just tables. Do you already have a video of how to do this please? The Spanish video doesn't cover it (I had CC on with auto translate to understand his presentation). Looking in Qlik I couldn't see an obvious way to achieve this, even with your learnings. I will keep looking, but if you already did a video it would be awesome to see 🙏
If got similar result just by using wildmatch: ===> if(wildmatch(GetFieldSelections(Dimensions_List),'*CustomerId*'),1,0) Please let me know if this will work in all the cases?? Thanks for valuable guidance
🎓 Get the Qliksense masterclass : www.thinkmetrics.se/masterclass
📕 Get the Formula CheatSheet: www.thinkmetrics.se/cheatsheet
Hi, thank you for the good work. Is there such thing as a Qlik Sense cheat sheet, especially for the expressions?
Thank you for this video….please make one about the list of functions available in Qlik sense
👍🏻
Hi, thank you for your videos. i am watching your videos regularly and i like your way of explaining . so i have a Query could you please do a video for that. my query is combine two tables into one table without a common field explain briefly about it.
Hi Brother,
If suppose that we need to show only the Customer Name from dimension and Total sales from measure by default later we can modify any selections. How to achieve this and it should show the selected fields in the filters as well?
Thanks
Hi sir, can u please make the video same as user selected dimensions and measures for other charts like pie chart, line chart and combochart
great video and replacement for Adhoc Builder extension
🙌🏻🙌🏻🙌🏻
How to sort the columns based on selection in table
👍🏻
Hi, for this adhoc reporting, can we maintain default layout with out using bookmarks. Why because the same table, needs to be using in Mashup side
Any update on this plz
🎉this is exactly what I am looking for.
🙌🏻🙌🏻🙌🏻.
Instead of adding the getselectedcount condition in each dimension, adding it only the addons works fine as well.
Yup. I mention that😊
This is a first class tutorial, thanks, love your work.
Thanks🙌🏻
@@thinkmetrics hey dude, using your Ad Hoc reporting technique with users, and they are loving it. Seriously awesome. I saw a similar thing at this link [ th-cam.com/video/2d_KAQMf0ZQ/w-d-xo.html ] - note this is in Spanish - but at 1m45 you can see the technique for adhoc reporting is being applied to charts, not just tables. Do you already have a video of how to do this please? The Spanish video doesn't cover it (I had CC on with auto translate to understand his presentation). Looking in Qlik I couldn't see an obvious way to achieve this, even with your learnings. I will keep looking, but if you already did a video it would be awesome to see 🙏
Bump
Bro you are just awsome🔥❤️
Thanks🙌🏻
Only 6 options allowed though, is there any way to have more options?
Could you elaborate more on this?
If got similar result just by using wildmatch:
===> if(wildmatch(GetFieldSelections(Dimensions_List),'*CustomerId*'),1,0)
Please let me know if this will work in all the cases??
Thanks for valuable guidance
👍🏻
Check if multiselections will work
@@thinkmetrics Yes, its working with multiselections as well