Skip to main content

Home/ Groups/ BI-TAGS
cezarovidiu

html tools - 0 views

cezarovidiu

The New Productivity Platforms: Your Solution To The AD&D Crunch | Forrester Blogs - 0 views

  • Most application development and delivery teams have simple marching orders: "Do more with less — and fast. And when you've done more with less, figure out how to do even more with still less on your next set of projects. And deliver even faster."
  • application development and delivery (AD&D)
cezarovidiu

Untitled - 0 views

cezarovidiu

How Do I Find The Largest Top 10 Files and Directories On a Linux / UNIX / BSD? - 0 views

  • # du -a /var | sort -n -r | head -n 10
  • find /path/to/dir/ -printf '%s %p\n'| sort -nr | head -10 find . -printf '%s %p\n'| sort -nr | head -10
  •  
    "# du -a /var | sort -n -r | head -n 10"
cezarovidiu

Tips and tricks for creating reports - Microsoft Power BI Preview - 0 views

  • When you create a Map, you're often looking to plot Countries, States, and Cities.  If you use name columns after the geographic designation it will help Bing guess what you're looking to display. For example, if you have a field of US state names such as "California" and "Washington", Bing might return the location of Washington, DC instead of Washington State for the word "Washington".  Naming the column "State" will improve the geocoding.  The same is goes for columns named "Country", "State", and "City".  
« First ‹ Previous 121 - 140 of 767 Next › Last »
Showing 20 items per page